core/homeassistant/components/accuweather
Maciej Bieniek 3206979488
Add separate entities for temperature, humidity and pressure in AccuWeather integration (#125041)
* Add temperature, humidity and pressure sensors

* Make uv index sensor disabled by default

* Fix type
2024-09-02 20:46:32 +02:00
..
__init__.py Use PEP 695 type alias for ConfigEntry types (#117632) 2024-05-17 15:42:58 +02:00
config_flow.py Use separate data coordinators for AccuWeather observation and forecast (#115628) 2024-04-17 00:00:16 +02:00
const.py Use separate data coordinators for AccuWeather observation and forecast (#115628) 2024-04-17 00:00:16 +02:00
coordinator.py Use separate data coordinators for AccuWeather observation and forecast (#115628) 2024-04-17 00:00:16 +02:00
diagnostics.py Store AccuWeather runtime data in config entry (#116946) 2024-05-06 20:06:47 +02:00
icons.json Add icon translations to AccuWeather (#119134) 2024-06-08 15:57:22 +02:00
manifest.json Bump `accuweather` to version 3.0.0 (#115820) 2024-04-18 20:24:10 -07:00
sensor.py Add separate entities for temperature, humidity and pressure in AccuWeather integration (#125041) 2024-09-02 20:46:32 +02:00
strings.json Use translation placeholders in AccuWeather (#118760) 2024-06-08 14:00:55 +02:00
system_health.py Store AccuWeather runtime data in config entry (#116946) 2024-05-06 20:06:47 +02:00
weather.py Add the missing humidity value to the Accuweather daily forecast (#119013) 2024-06-07 07:23:44 +02:00