core/homeassistant/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
..
__init__.py Add Cover platform to Iotty (#125422) 2024-09-13 14:55:53 +02:00
api.py
application_credentials.py
config_flow.py
const.py
coordinator.py Add Cover platform to Iotty (#125422) 2024-09-13 14:55:53 +02:00
cover.py Add Cover platform to Iotty (#125422) 2024-09-13 14:55:53 +02:00
entity.py Add Cover platform to Iotty (#125422) 2024-09-13 14:55:53 +02:00
manifest.json
strings.json
switch.py Add Cover platform to Iotty (#125422) 2024-09-13 14:55:53 +02:00