-
- Downloads
Add config flow to dwd_weather_warnings (#91040)
* Add config flow to dwd_weather_warnings * Add additional test for more coverage * Apply code review changes * Apply further code review changes * Rename constant for configuration * Apply code review changes * Simplify config flow code
Showing
- CODEOWNERS 1 addition, 0 deletionsCODEOWNERS
- homeassistant/components/dwd_weather_warnings/__init__.py 32 additions, 0 deletionshomeassistant/components/dwd_weather_warnings/__init__.py
- homeassistant/components/dwd_weather_warnings/config_flow.py 88 additions, 0 deletionshomeassistant/components/dwd_weather_warnings/config_flow.py
- homeassistant/components/dwd_weather_warnings/const.py 8 additions, 1 deletionhomeassistant/components/dwd_weather_warnings/const.py
- homeassistant/components/dwd_weather_warnings/manifest.json 1 addition, 0 deletionshomeassistant/components/dwd_weather_warnings/manifest.json
- homeassistant/components/dwd_weather_warnings/sensor.py 46 additions, 19 deletionshomeassistant/components/dwd_weather_warnings/sensor.py
- homeassistant/components/dwd_weather_warnings/strings.json 25 additions, 0 deletionshomeassistant/components/dwd_weather_warnings/strings.json
- homeassistant/generated/config_flows.py 1 addition, 0 deletionshomeassistant/generated/config_flows.py
- homeassistant/generated/integrations.json 1 addition, 1 deletionhomeassistant/generated/integrations.json
- requirements_test_all.txt 3 additions, 0 deletionsrequirements_test_all.txt
- tests/components/dwd_weather_warnings/__init__.py 1 addition, 0 deletionstests/components/dwd_weather_warnings/__init__.py
- tests/components/dwd_weather_warnings/conftest.py 16 additions, 0 deletionstests/components/dwd_weather_warnings/conftest.py
- tests/components/dwd_weather_warnings/test_config_flow.py 200 additions, 0 deletionstests/components/dwd_weather_warnings/test_config_flow.py
- tests/components/dwd_weather_warnings/test_init.py 38 additions, 0 deletionstests/components/dwd_weather_warnings/test_init.py
Loading
Please register or sign in to comment