hass-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 Wait for config entry platform forwards (#73806) 2022-07-09 17:27:42 +02:00
bridge.py
config_flow.py Adjust config-flow type hints in dynalite (#72476) 2022-05-25 10:37:09 +02:00
const.py Use platform enum (1) [A-D] (#60908) 2021-12-03 08:51:30 -08:00
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