core/tests/components/dynalite
Ziv b6c27585c7
Implemented RestoreEntity for Dynalite (#73911)
* Implemented RestoreEntity
Merged commit conflict

* removed accidental change

* Update homeassistant/components/dynalite/dynalitebase.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* added tests for the state

* added tests for switch state

* moved to ATTR_x and STATE_x instead of strings
some fixes to test_cover

* moved blind to DEVICE_CLASS_BLIND

* used correct constant instead of deprecated

* Implemented RestoreEntity

* removed accidental change

* added tests for the state

* added tests for switch state

* moved to ATTR_x and STATE_x instead of strings
some fixes to test_cover

* fixed isort issue from merge

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-11-12 22:59:29 +01:00
..
__init__.py
common.py
conftest.py
test_bridge.py Implemented RestoreEntity for Dynalite (#73911) 2022-11-12 22:59:29 +01:00
test_config_flow.py
test_cover.py Implemented RestoreEntity for Dynalite (#73911) 2022-11-12 22:59:29 +01:00
test_init.py
test_light.py Implemented RestoreEntity for Dynalite (#73911) 2022-11-12 22:59:29 +01:00
test_switch.py Implemented RestoreEntity for Dynalite (#73911) 2022-11-12 22:59:29 +01:00