core/homeassistant/components/weather
Zac Hatfield Dodds 8ca897da57 Zamg weather (#5894)
* Fast & efficient updates for ZAMG weather data

ZAMG updates on the hour, so instead of checking every half-hour we can
check each minute - only after the observations are taken until
receiving them.

* sensor.zamg: test instead of whitelist for station_id

* Autodetect closest ZAMG station if not given

* ZAMG weather component, based on the sensor

* Review improvements

* Update to new ZAMG schema, add logging

Turns out it wasn't a typo, but rather an upstream schema change.  Added
better error handling to ease diagnosis in case it happens again.

* No hardcoded name
2017-02-24 22:45:46 +01:00
..
__init__.py Weather platform Forecast (#4721) 2017-02-19 16:42:12 -08:00
bom.py Bom weather platform (#5153) 2017-01-15 12:12:50 +01:00
demo.py Weather platform Forecast (#4721) 2017-02-19 16:42:12 -08:00
openweathermap.py Weather platform Forecast (#4721) 2017-02-19 16:42:12 -08:00
zamg.py Zamg weather (#5894) 2017-02-24 22:45:46 +01:00