hass-core/homeassistant/components/accuweather
Maciej Bieniek 3206979488
Add separate entities for temperature, humidity and pressure in AccuWeather integration ()
* 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 () 2024-05-17 15:42:58 +02:00
config_flow.py Use separate data coordinators for AccuWeather observation and forecast () 2024-04-17 00:00:16 +02:00
const.py Use separate data coordinators for AccuWeather observation and forecast () 2024-04-17 00:00:16 +02:00
coordinator.py Use separate data coordinators for AccuWeather observation and forecast () 2024-04-17 00:00:16 +02:00
diagnostics.py Store AccuWeather runtime data in config entry () 2024-05-06 20:06:47 +02:00
icons.json Add icon translations to AccuWeather () 2024-06-08 15:57:22 +02:00
manifest.json Bump accuweather to version 3.0.0 () 2024-04-18 20:24:10 -07:00
sensor.py Add separate entities for temperature, humidity and pressure in AccuWeather integration () 2024-09-02 20:46:32 +02:00
strings.json Use translation placeholders in AccuWeather () 2024-06-08 14:00:55 +02:00
system_health.py Store AccuWeather runtime data in config entry () 2024-05-06 20:06:47 +02:00
weather.py Add the missing humidity value to the Accuweather daily forecast () 2024-06-07 07:23:44 +02:00