-
- Downloads
Add OpenWeatherMap config_flow (#34659)
Co-authored-by:
J. Nick Koston <nick@koston.org>
parent
1e770f08
Branches
Tags @llamaindex/anthropic@0.0.6 @llamaindex/autotool@4.0.8 @llamaindex/clip@0.0.6 @llamaindex/cloud@1.0.6 @llamaindex/community@0.0.54 @llamaindex/core@0.3.5 @llamaindex/deepinfra@0.0.6 @llamaindex/env@0.1.16 @llamaindex/experimental@0.0.109 @llamaindex/groq@0.0.21 @llamaindex/huggingface@0.0.6 @llamaindex/ollama@0.0.13 @llamaindex/openai@0.1.22 @llamaindex/portkey-ai@0.0.6 @llamaindex/replicate@0.0.6 llamaindex@0.7.8
Showing
- .coveragerc 3 additions, 0 deletions.coveragerc
- CODEOWNERS 1 addition, 1 deletionCODEOWNERS
- homeassistant/components/openweathermap/__init__.py 127 additions, 0 deletionshomeassistant/components/openweathermap/__init__.py
- homeassistant/components/openweathermap/abstract_owm_sensor.py 81 additions, 0 deletions...ssistant/components/openweathermap/abstract_owm_sensor.py
- homeassistant/components/openweathermap/config_flow.py 138 additions, 0 deletionshomeassistant/components/openweathermap/config_flow.py
- homeassistant/components/openweathermap/const.py 142 additions, 0 deletionshomeassistant/components/openweathermap/const.py
- homeassistant/components/openweathermap/forecast_update_coordinator.py 137 additions, 0 deletions.../components/openweathermap/forecast_update_coordinator.py
- homeassistant/components/openweathermap/manifest.json 3 additions, 2 deletionshomeassistant/components/openweathermap/manifest.json
- homeassistant/components/openweathermap/sensor.py 81 additions, 203 deletionshomeassistant/components/openweathermap/sensor.py
- homeassistant/components/openweathermap/strings.json 35 additions, 0 deletionshomeassistant/components/openweathermap/strings.json
- homeassistant/components/openweathermap/translations/en.json 35 additions, 0 deletionshomeassistant/components/openweathermap/translations/en.json
- homeassistant/components/openweathermap/weather.py 83 additions, 222 deletionshomeassistant/components/openweathermap/weather.py
- homeassistant/components/openweathermap/weather_update_coordinator.py 94 additions, 0 deletions...t/components/openweathermap/weather_update_coordinator.py
- homeassistant/generated/config_flows.py 1 addition, 0 deletionshomeassistant/generated/config_flows.py
- requirements_test_all.txt 3 additions, 0 deletionsrequirements_test_all.txt
- tests/components/openweathermap/__init__.py 1 addition, 0 deletionstests/components/openweathermap/__init__.py
- tests/components/openweathermap/test_config_flow.py 232 additions, 0 deletionstests/components/openweathermap/test_config_flow.py
Loading
Please register or sign in to comment