core/homeassistant/components/weather
Zac Hatfield Dodds e00e6f9db6 Bom weather platform (#5153)
* Fix typo

* Auto-config for `sensor.bom`

Deprecate (but still support) the old two-part station ID, and move to a
single `station` identifier.  Any combination of these, including none,
is valid; most results in downloading and caching the station map to
work out any missing info.

* Add `weather.bom` platform

Very similar to `sensor.bom`, but supporting the lovely new `weather`
component interface.  Easier to configure, and does not support the
deprecated config options.

* Review improvements to BOM weather

Largely around better input validation.
2017-01-15 12:12:50 +01:00
..
__init__.py Migrate weather to async (#4677) 2016-12-03 17:58:43 -08:00
bom.py Bom weather platform (#5153) 2017-01-15 12:12:50 +01:00
demo.py Bom weather platform (#5153) 2017-01-15 12:12:50 +01:00
openweathermap.py Upgrade pyowm to 2.6.0 (#5071) 2016-12-26 16:31:26 +01:00