-
- Downloads
New EDP re:dy component (#16426)
* add new EDP re:dy platform * lint * move api code to pypi module; fix lint * fix lint; remove unused import * pass aiohttp client session and hass loop to platform * update requirements_all.txt * fix docstring lint * normalize quotes * use async setup_platform * improve entities update mechanism * doc lint * send update topic only after loading platforms * lint whitespaces * mute used-before-assignment pylint false error
Showing
- .coveragerc 3 additions, 0 deletions.coveragerc
- homeassistant/components/edp_redy.py 135 additions, 0 deletionshomeassistant/components/edp_redy.py
- homeassistant/components/sensor/edp_redy.py 115 additions, 0 deletionshomeassistant/components/sensor/edp_redy.py
- homeassistant/components/switch/edp_redy.py 94 additions, 0 deletionshomeassistant/components/switch/edp_redy.py
- requirements_all.txt 3 additions, 0 deletionsrequirements_all.txt
homeassistant/components/edp_redy.py
0 → 100644
homeassistant/components/sensor/edp_redy.py
0 → 100644
homeassistant/components/switch/edp_redy.py
0 → 100644
Please register or sign in to comment