* Add LED control support to Home Assistant Green
* Add strings.json
* Sort alphabetically
* Reorder LED schema
* Improve test coverage
* Apply suggestions from code review
Co-authored-by: Stefan Agner <stefan@agner.ch>
* Sort + fix test
* Remove reboot menu
---------
Co-authored-by: Stefan Agner <stefan@agner.ch>
* Update device_tracker.py
This fix the google_maps does not show current location when HA started/restarted and also fix unnecessary update when last_seen timestamp is the same.
Unnecessary update is causing proximity sensor switching from between stationary and certain direction.
* Remove elif
* Fix Black check
* fix black check
* Update device_tracker.py
Better patch
* Update device_tracker.py
* Update device_tracker.py
Fix Black
* Update device_tracker.py
change warning to debug
* add support for shutter_tilt for Fibaro FGR 223
add tests for fgr 223
* Adjust comments and docstring
---------
Co-authored-by: Lennart <18117505+Ced4@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Add LED control support to Home Assistant Green
* Add strings.json
* Sort alphabetically
* Reorder LED schema
* Improve test coverage
* Apply suggestions from code review
Co-authored-by: Stefan Agner <stefan@agner.ch>
* Sort + fix test
* Remove reboot menu
---------
Co-authored-by: Stefan Agner <stefan@agner.ch>
* add support for shutter_tilt for Fibaro FGR 223
add tests for fgr 223
* Adjust comments and docstring
---------
Co-authored-by: Lennart <18117505+Ced4@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update device_tracker.py
This fix the google_maps does not show current location when HA started/restarted and also fix unnecessary update when last_seen timestamp is the same.
Unnecessary update is causing proximity sensor switching from between stationary and certain direction.
* Remove elif
* Fix Black check
* fix black check
* Update device_tracker.py
Better patch
* Update device_tracker.py
* Update device_tracker.py
Fix Black
* Update device_tracker.py
change warning to debug
* Fix _async_component_dependencies
Fix bug with circular dependency detection
Fix bug with circular after_dependency detection
Simplify interface and make the code more readable
* Implement review feedback
* Pass all conflicting deps to Exception
* Change inner docstring
Co-authored-by: Erik Montnemery <erik@montnemery.com>
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>