Fix bug
This commit is contained in:
parent
f4c3fbe8fd
commit
73e3ce5044
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def if_action(hass, config):
|
||||||
|
|
||||||
below = config.get(CONF_BELOW)
|
below = config.get(CONF_BELOW)
|
||||||
above = config.get(CONF_ABOVE)
|
above = config.get(CONF_ABOVE)
|
||||||
attribute = config.get(CONF_ABOVE)
|
attribute = config.get(CONF_ATTRIBUTE)
|
||||||
|
|
||||||
if below is None and above is None:
|
if below is None and above is None:
|
||||||
_LOGGER.error("Missing configuration key."
|
_LOGGER.error("Missing configuration key."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue