This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Aug 27, 2024
-
-
Paulus Schoutsen authored
-
epenet authored
-
epenet authored
-
Antoine Reversat authored
* Replace if len() == 0 with if not * Replace list + filter with list comprehensions * Move consts that are only used in one module to said module
-
epenet authored
* Standardize import step variable name (part 4) * One more * Revert geonetnz_volcano * Revert SMS due to coverage * Revert somfy_mylink due to coverage
-
epenet authored
-
Erik Montnemery authored
-
Erik Montnemery authored
-
functionpointer authored
Update to pyTibber==0.30.1
-
Matrix authored
* Change FlexFob Trigger * Update device trigger tests
-
Jon Seager authored
* touchlinesl: init integration * integration(touchlinesl): address review feedback * integration(touchlinesl): address review feedback * integration(touchlinesl): add a coordinator to manage data updates * integration(touchlinesl): address review feedback * integration(touchline_sl): address feedback (and rename) * integration(touchline_sl): address feedback * integration(touchline_sl): address feedback * integration(touchline_sl): update strings * integration(touchline_sl): address feedback * integration(touchline_sl): address feedback
-
Matrix authored
* Add Plug power entity * change state class to total * Add translations and moving icon to icon.json * sort translation key * Fix suggestions
-
epenet authored
-
J. Nick Koston authored
* comp stats queries * tweak * reduce
-
J. Nick Koston authored
* Small speed up to creating stats database rows Calling .timestamp() directly is faster on new cpython * more cleanup
-
J. Nick Koston authored
- Remove duplicate state_unit lookup - Use undefined instead of object
-
J. Nick Koston authored
* Add support for using an entityfilter to subscribe_entities * filter init * fix * coverage
-
Erik Montnemery authored
-
Erik Montnemery authored
-
epenet authored
* Cleanup unused import in proximity config flow * Cleanup tests
-
epenet authored
-
epenet authored
-
Erik Montnemery authored
-
Yuxin Wang authored
-
- Aug 26, 2024
-
-
Ståle Storø Hauknes authored
-
Richard Kroegel authored
-
Jesse Hills authored
-
Alexey ALERT Rubashёff authored
* conventional operation state usage * MartinHjelmare indentation request * Manual Mode binary sensor * Removed usage of unconventional operation states * Removed usage of unconventional operation state * STATE_OFF operation mode support
-
Maciej Bieniek authored
Add WS Outbound config to diagnostics
-
starkillerOG authored
* Add chime play service * fix supported_feature * finalize * add tests * Adjust to device service * fix issue * Add tests * actions -> services * fix styling * Use conftest fixture for test_chime * Update tests/components/reolink/test_services.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * use ATTR_RINGTONE and rename chime_play to play_chime * Add translatable exceptions * fix styling * Remove option to use entity_id * fixes * Fix translations * fix * fix translation key * remove translation key * use callback for async_setup_services * fix styling * Add test_play_chime_service_unloaded --------- Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com>
-
Maciej Bieniek authored
-
J. Nick Koston authored
-
Erik Montnemery authored
-
Paulus Schoutsen authored
* Fix defaults for cloud STT/TTS * Prefer entity over legacy provider * Remove unrealistic tests * Add tests which show cloud stt/tts entity is preferred --------- Co-authored-by:
Erik <erik@montnemery.com>
-
ilan authored
* feat: use runtime data instead of hass.data * fix: extend ConfigEntry
-
Erik Montnemery authored
-
Maciej Bieniek authored
-
Álvaro Fernández Rojas authored
* airzone: select: add zone master mode Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> * airzone: select: use MAIN instead of MASTER Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> * airzone: select: call async_add_entities once Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> * airzone: select: add options lambda function Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> * airzone: select: implement requested changes Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> * airzone: select: options_fn: return list Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> --------- Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com>
-
WebSpider authored
* Fix device class for motion_light blueprint. Fixes #124353 * Update to accept both motion and occupancy
-