1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/aemet
Álvaro Fernández Rojas e30cf88459
AEMET town timestamp should be UTC (#48916)
AEMET OpenData doesn't clarify if the hourly data timestamp is UTC or not, but
after correctly formatting the town timestamp in ISO format, it is clear that
the timestamp is provided as UTC value.
Therefore, the only values not provided as UTC are the ones related to the
specific daily and hourly forecast values.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-04-09 12:37:46 +02:00
..
translations [ci skip] Translation update 2021-03-23 00:03:29 +00:00
__init__.py Clean up superfluous integration setup - part 3 (#48484) 2021-03-29 13:23:44 -10:00
abstract_aemet_sensor.py Fix some sensor classes (#48254) 2021-03-23 15:56:33 +01:00
config_flow.py Update pylint to 2.7.3 (#48488) 2021-03-29 18:02:56 -10:00
const.py Uniformize platform setup (#47101) 2021-03-02 21:43:59 +01:00
manifest.json
sensor.py Discard outdated data reported by AEMET stations (#48417) 2021-03-27 22:33:24 +01:00
strings.json
weather_update_coordinator.py AEMET town timestamp should be UTC (#48916) 2021-04-09 12:37:46 +02:00
weather.py