core/homeassistant/components/smlight
TimL 3f4f2f4e2b
Add router reconnect button for Smlight integration (#126408)
* Add button for router reconnect

* strings for router reconnect

* remove stale router reconnect if zigbee is not running router firmware

* Add tests for router reconnect button

* Update homeassistant/components/smlight/strings.json

And fix associated tests

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Make router button entity dynamic

* adjust test for dynamic runtime removal

* drop if statements from tests

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-23 09:36:56 +02:00
..
__init__.py
binary_sensor.py
button.py Add router reconnect button for Smlight integration (#126408) 2024-09-23 09:36:56 +02:00
config_flow.py
const.py
coordinator.py
diagnostics.py Add diagnostics platform to Smlight (#126423) 2024-09-22 16:04:36 +02:00
entity.py
icons.json
manifest.json Bump pysmlight to 0.1.1 (#126301) 2024-09-20 10:21:10 +02:00
sensor.py
strings.json Add router reconnect button for Smlight integration (#126408) 2024-09-23 09:36:56 +02:00
switch.py
update.py