This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Aug 27, 2024
-
-
J. Nick Koston authored
-
Jesse Hills authored
Co-authored-by:
J. Nick Koston <nick@koston.org>
-
J. Nick Koston authored
We have been stuck on an old version of socketio for a few years now due to https://github.com/jkeljo/sisyphus-control/issues/6 and no solution has been reached. The constraint is blocking any integration from using socketio 4.x servers as the old version only supports socketio 3.x servers which have reached EOL (https://socket.io/docs/v3/)
-
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
-