From a41514ca5095e46341b6acc056d2b901c9e070bc Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 9 Apr 2016 09:55:52 -0700 Subject: [PATCH 1/6] 0.17.1 (#1771) * We need to allow extra keys on top level componenet config fixes #1756 * Add comment about location of hass (fixes #1723) * Fix for MQTT config validation on the protocol field. (#1765) * Update frontend with weblink fix * Fix for light service validation. (#1770) Incorrect validation tested if passed value was a list instead of a member of the list. * Accept group without entities in configuration. (#1768) * Accept group without entities in configuration. People seem to use these as placeholders for future expansion of their home automation dreams, and we used to accept them. We still have to specify at least one of 'name', 'view' or 'icon' so that the group is parsed as a dictionary. * Also accept empty entities: key in a group. * Additional fix for empty entities value in a group config. * Version bump to 0.17.1 --- homeassistant/components/frontend/version.py | 2 +- .../components/frontend/www_static/frontend.html | 2 +- .../frontend/www_static/home-assistant-polymer | 2 +- homeassistant/components/group.py | 4 ++-- homeassistant/components/light/__init__.py | 4 ++-- homeassistant/components/mqtt/__init__.py | 2 +- homeassistant/components/rfxtrx.py | 2 +- homeassistant/const.py | 2 +- script/home-assistant@.service | 3 +++ tests/components/mqtt/test_init.py | 11 +++++++++++ tests/components/test_group.py | 1 + 11 files changed, 25 insertions(+), 10 deletions(-) diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 5f27f606cb8..93ae4032b56 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -1,2 +1,2 @@ """DO NOT MODIFY. Auto-generated by build_frontend script.""" -VERSION = "4062ab87999fd5e382074ba9d7a880d7" +VERSION = "c2932592a6946e955ddc46f31409b81f" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index 8a6c2285480..799ecae4a09 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -3658,7 +3658,7 @@ e.bindAnimationForKeyframeEffect(this)),(this.effect instanceof window.SequenceE text-transform: capitalize; line-height: 40px; margin-left: 16px; - }