-
- Downloads
Add config flow to Switchbot (#50653)
Co-authored-by:Daniel Hjelseth Høyer <mail@dahoiv.net> Co-authored-by:
J. Nick Koston <nick@koston.org>
Showing
- .coveragerc 3 additions, 0 deletions.coveragerc
- CODEOWNERS 1 addition, 1 deletionCODEOWNERS
- homeassistant/components/switchbot/__init__.py 111 additions, 1 deletionhomeassistant/components/switchbot/__init__.py
- homeassistant/components/switchbot/config_flow.py 190 additions, 0 deletionshomeassistant/components/switchbot/config_flow.py
- homeassistant/components/switchbot/const.py 24 additions, 0 deletionshomeassistant/components/switchbot/const.py
- homeassistant/components/switchbot/coordinator.py 59 additions, 0 deletionshomeassistant/components/switchbot/coordinator.py
- homeassistant/components/switchbot/manifest.json 3 additions, 2 deletionshomeassistant/components/switchbot/manifest.json
- homeassistant/components/switchbot/strings.json 35 additions, 0 deletionshomeassistant/components/switchbot/strings.json
- homeassistant/components/switchbot/switch.py 146 additions, 46 deletionshomeassistant/components/switchbot/switch.py
- homeassistant/components/switchbot/translations/en.json 36 additions, 0 deletionshomeassistant/components/switchbot/translations/en.json
- homeassistant/generated/config_flows.py 1 addition, 0 deletionshomeassistant/generated/config_flows.py
- requirements_all.txt 1 addition, 1 deletionrequirements_all.txt
- requirements_test_all.txt 3 additions, 0 deletionsrequirements_test_all.txt
- tests/components/switchbot/__init__.py 64 additions, 0 deletionstests/components/switchbot/__init__.py
- tests/components/switchbot/conftest.py 78 additions, 0 deletionstests/components/switchbot/conftest.py
- tests/components/switchbot/test_config_flow.py 226 additions, 0 deletionstests/components/switchbot/test_config_flow.py
Loading
Please register or sign in to comment