This commit is contained in:
pavoni 2015-11-29 12:18:54 +00:00
parent f4c3fbe8fd
commit 73e3ce5044

View File

@ -63,7 +63,7 @@ def if_action(hass, config):
below = config.get(CONF_BELOW)
above = config.get(CONF_ABOVE)
attribute = config.get(CONF_ABOVE)
attribute = config.get(CONF_ATTRIBUTE)
if below is None and above is None:
_LOGGER.error("Missing configuration key."