-
- Downloads
Add support for Shelly virtual `boolean` component (#119932)
Co-authored-by:
Maciej Bieniek <478555+bieniu@users.noreply.github.com>
Showing
- homeassistant/components/shelly/binary_sensor.py 25 additions, 0 deletionshomeassistant/components/shelly/binary_sensor.py
- homeassistant/components/shelly/const.py 5 additions, 0 deletionshomeassistant/components/shelly/const.py
- homeassistant/components/shelly/coordinator.py 2 additions, 1 deletionhomeassistant/components/shelly/coordinator.py
- homeassistant/components/shelly/entity.py 2 additions, 0 deletionshomeassistant/components/shelly/entity.py
- homeassistant/components/shelly/manifest.json 1 addition, 1 deletionhomeassistant/components/shelly/manifest.json
- homeassistant/components/shelly/switch.py 63 additions, 1 deletionhomeassistant/components/shelly/switch.py
- homeassistant/components/shelly/utils.py 56 additions, 0 deletionshomeassistant/components/shelly/utils.py
- requirements_all.txt 1 addition, 1 deletionrequirements_all.txt
- requirements_test_all.txt 1 addition, 1 deletionrequirements_test_all.txt
- tests/components/shelly/__init__.py 7 additions, 2 deletionstests/components/shelly/__init__.py
- tests/components/shelly/test_binary_sensor.py 124 additions, 0 deletionstests/components/shelly/test_binary_sensor.py
- tests/components/shelly/test_switch.py 161 additions, 0 deletionstests/components/shelly/test_switch.py
Loading
Please register or sign in to comment