core/homeassistant/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
bridge.py
config_flow.py
const.py
convert_config.py
cover.py Implemented RestoreEntity for Dynalite (#73911) 2022-11-12 22:59:29 +01:00
dynalitebase.py Implemented RestoreEntity for Dynalite (#73911) 2022-11-12 22:59:29 +01:00
light.py Implemented RestoreEntity for Dynalite (#73911) 2022-11-12 22:59:29 +01:00
manifest.json Implemented RestoreEntity for Dynalite (#73911) 2022-11-12 22:59:29 +01:00
services.yaml
switch.py Implemented RestoreEntity for Dynalite (#73911) 2022-11-12 22:59:29 +01:00