-
- Downloads
Bump aioshelly to 9.0.0 (#114025)
* Update Shelly to use initialize from aioshelly * Save indentation in _async_device_connect * Use firmware_supported property from aioshelly * Review comments * Bump aioshelly * Fix lint errors * Test RPC initialized update
Showing
- homeassistant/components/shelly/__init__.py 33 additions, 83 deletionshomeassistant/components/shelly/__init__.py
- homeassistant/components/shelly/config_flow.py 4 additions, 7 deletionshomeassistant/components/shelly/config_flow.py
- homeassistant/components/shelly/coordinator.py 66 additions, 23 deletionshomeassistant/components/shelly/coordinator.py
- homeassistant/components/shelly/entity.py 1 addition, 1 deletionhomeassistant/components/shelly/entity.py
- homeassistant/components/shelly/light.py 1 addition, 1 deletionhomeassistant/components/shelly/light.py
- homeassistant/components/shelly/manifest.json 1 addition, 1 deletionhomeassistant/components/shelly/manifest.json
- homeassistant/components/shelly/strings.json 0 additions, 1 deletionhomeassistant/components/shelly/strings.json
- homeassistant/components/shelly/switch.py 6 additions, 2 deletionshomeassistant/components/shelly/switch.py
- requirements_all.txt 1 addition, 1 deletionrequirements_all.txt
- requirements_test_all.txt 1 addition, 1 deletionrequirements_test_all.txt
- tests/components/shelly/conftest.py 18 additions, 0 deletionstests/components/shelly/conftest.py
- tests/components/shelly/test_binary_sensor.py 9 additions, 4 deletionstests/components/shelly/test_binary_sensor.py
- tests/components/shelly/test_climate.py 9 additions, 9 deletionstests/components/shelly/test_climate.py
- tests/components/shelly/test_config_flow.py 6 additions, 44 deletionstests/components/shelly/test_config_flow.py
- tests/components/shelly/test_coordinator.py 71 additions, 44 deletionstests/components/shelly/test_coordinator.py
- tests/components/shelly/test_init.py 54 additions, 15 deletionstests/components/shelly/test_init.py
- tests/components/shelly/test_number.py 33 additions, 11 deletionstests/components/shelly/test_number.py
- tests/components/shelly/test_sensor.py 25 additions, 8 deletionstests/components/shelly/test_sensor.py
- tests/components/shelly/test_update.py 10 additions, 1 deletiontests/components/shelly/test_update.py
Loading
Please register or sign in to comment