hass-core/homeassistant
Ryan Kraus db623040a4 Re-enabled Weather Sensors for the ISY component. (#5148)
* Re-enabled Weather Sensors for the ISY component.

As the ISY component had been updated to support newer components and
have better UOM support, the support for ISY’s weather module was
dropped. This adds that support back into Home Assistant.

* Cleanup of the ISY Weather support.

Cleaned up the for loops used to generate nodes representing weather
data from the ISY. Moved the weather_node named tuple to the top of the
file so that it can be more easily identified.

* Update isy994.py
2017-01-05 23:33:52 +01:00
..
components Re-enabled Weather Sensors for the ISY component. (#5148) 2017-01-05 23:33:52 +01:00
helpers Bugfix aiohttp connector pool close on shutdown (#5190) 2017-01-05 23:09:04 +01:00
scripts Bugfix async log handler (#4954) 2016-12-17 12:21:52 -08:00
util Bugfix close async log handler (#5086) 2016-12-29 17:27:58 +01:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Add version test for monkey_patch_asyncio() (#5127) 2017-01-03 17:47:33 +01:00
bootstrap.py Bugfix async log handler (#4954) 2016-12-17 12:21:52 -08:00
config.py Base url: Fix external port different from internal port (#4990) 2016-12-18 15:00:16 -08:00
const.py Add support for limiting which entities are recorded (#4733) 2017-01-04 00:19:28 +02:00
core.py Bugfix aiohttp connector pool close on shutdown (#5190) 2017-01-05 23:09:04 +01:00
exceptions.py Do not report on shutting down errors (#4431) 2016-11-17 12:02:43 -08:00
loader.py fix some comments spell (#4082) 2016-10-28 21:26:52 +02:00
remote.py Base url: Fix external port different from internal port (#4990) 2016-12-18 15:00:16 -08:00