core/tests/components/iotty
shapournemati-iotty 1cea791245
Add Cover platform to Iotty (#125422)
* fadd cover entity and device with mocked commands

* add cover features and update its open percentage

* execute command to the cloud instead of mocking change of shutter state

* test iotty cover commands and insertion

* fix post payload

* refactor introducing common entity from which cover and switch inherit

* move more properties to base class

* use explicit values instead of snapshots

* move iotty device initialization to base entity

* move device info from property to attribute
2024-09-13 14:55:53 +02:00
..
snapshots
__init__.py
conftest.py Add Cover platform to Iotty (#125422) 2024-09-13 14:55:53 +02:00
test_api.py
test_config_flow.py
test_cover.py Add Cover platform to Iotty (#125422) 2024-09-13 14:55:53 +02:00
test_init.py
test_switch.py