hass-core/homeassistant/components/tomorrowio
lymanepp 4089bd43da
Fix tomorrowio integration for new users (#97973)
The tomorrow.io integration isn't working for new users due to changes made by tomorrow.io. This fixes that with the following changes:
* Add 60 minute timestep option
* Change default timestep to 60 minutes
2023-08-07 17:54:06 +02:00
..
__init__.py
config_flow.py Fix tomorrowio integration for new users (#97973) 2023-08-07 17:54:06 +02:00
const.py Fix tomorrowio integration for new users (#97973) 2023-08-07 17:54:06 +02:00
manifest.json Bump pytomorrowio to 0.3.6 (#96628) 2023-07-17 09:25:47 +02:00
sensor.py Add tomorrow.io state translations and dynamically assign enum device class (#96603) 2023-07-19 09:50:09 +02:00
strings.json Add tomorrow.io state translations and dynamically assign enum device class (#96603) 2023-07-19 09:50:09 +02:00
weather.py