hass-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 Add check executables have shebangs (in pre-commit and CI) (#33703) 2020-04-05 18:45:43 +02:00
common.py Update tests c-h to use registry async_get (#47652) 2021-03-09 14:31:17 +01:00
conftest.py Lint suppression cleanups (#47248) 2021-03-02 09:02:04 +01:00
test_bridge.py Implemented RestoreEntity for Dynalite (#73911) 2022-11-12 22:59:29 +01:00
test_config_flow.py Change config entry state to an enum (#49654) 2021-05-20 19:19:20 +02:00
test_cover.py Implemented RestoreEntity for Dynalite (#73911) 2022-11-12 22:59:29 +01:00
test_init.py Uniformize platform setup (#47101) 2021-03-02 21:43:59 +01:00
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