core/homeassistant/components/weather
Tom Matheussen 66d8787d47 Weather platform Forecast (#4721)
* Added forecast functionality to the weather platform, updated OWM to get forecast data

* style fixes

* Changed returned forecast data to a more managable dict

* Fixed line length

* forecast will always be collected, data returned from owm is based on metric setting

* use list comprehension to create the forecast data

* Added forecast data to the weather demo

* Create dict directly in list comprehension

* Minor variable change in weather demo platform

* Convert forecast temperatures in weather component

* set forecast attributes as constants

* Style fixes and tests

* Copied forecast_entry instead of mutating data
2017-02-19 16:42:12 -08: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