core/homeassistant/components/elmax
Alberto Geniola e5261fe2a3
Implement Elmax cover platform (#79409)
* Implement Elmax cover platform.

* Reduce the number of code lines by leveraging the := operator

* Move _COMMAND_BY_MOTION_STATUS declaration at the top

* Remove redundant null-check

* Move conditional platform setup logic into the platform itself

* Remove redundant log

* Change log severity for stop request on IDLE cover state

---------

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2023-08-05 22:03:51 +02:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py
common.py Implement Elmax cover platform (#79409) 2023-08-05 22:03:51 +02:00
config_flow.py
const.py Implement Elmax cover platform (#79409) 2023-08-05 22:03:51 +02:00
cover.py Implement Elmax cover platform (#79409) 2023-08-05 22:03:51 +02:00
manifest.json Fix package names to match pypi index metadata (#93883) 2023-05-31 21:12:53 -04:00
strings.json Add deduplicate translations script (#96384) 2023-07-13 11:52:50 -04:00
switch.py