This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Aug 27, 2024
-
-
puddly authored
* Implement Yellow config flow for firmware selection * Use the probed firmware type when setting up Yellow * Add translation strings * Ensure (most) existing `init` tests pass * Remove multi-PAN setup config flow unit tests * Get existing config flow unit tests passing * Add unit tests for uninstalling multi-PAN and such * Consolidate entity creation for Yellow and clean up steps * Be explicit with multiple inheritance overrides * Address review comments
-
Shay Levy authored
-
Jan Bouwhuis authored
-
IceBotYT authored
* Bump Nice G.O. to 0.3.1 * Bump to 0.3.5
-
Michael authored
* add first data driven tests * remove unused mock * test unique_id migration * test errors during setup * test error during data update * test update entity * system_versionis always available * make use of snapshot_platform helper * use parametrize test for coordinator update errors * apply suggestions * don't touch internals on coordinator tests * rework to use async_get_or_create instead of mock_registry
-
Erik Montnemery authored
* Add support for multiple otbr config entries * Fix test * Drop useless fixture * Address review comments * Change unique id from xa to id * Improve error text * Store data in ConfigEntry.runtime_data * Remove useless function
-
Erik Montnemery authored
-
Erik Montnemery authored
* Improve validation of entity service schemas * Update tests/helpers/test_entity_platform.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> --------- Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com>
-
epenet authored
-
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>
-