Skip to content

Commit

Permalink
Merge pull request home-assistant#2334 from home-assistant/hotfix-22-1
Browse files Browse the repository at this point in the history
Hotfix 0.22.1
  • Loading branch information
balloob authored Jun 20, 2016
2 parents 8c505e6 + 57dfce1 commit 4f09279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions homeassistant/components/insteon_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def setup(hass, config):
_LOGGER.error("Could not connect to Insteon service.")
return

for component in 'light':
discovery.load_platform(hass, component, DOMAIN, {}, config)
discovery.load_platform(hass, 'light', DOMAIN, {}, config)

return True
2 changes: 1 addition & 1 deletion homeassistant/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8
"""Constants used by Home Assistant components."""

__version__ = "0.22.0"
__version__ = "0.22.1"
REQUIRED_PYTHON_VER = (3, 4)

PLATFORM_FORMAT = '{}.{}'
Expand Down

0 comments on commit 4f09279

Please sign in to comment.