Style fix

pull/377/head
Paulus Schoutsen 2015-09-14 22:12:51 -07:00
parent 68c1dd7cd4
commit fc43135ddd
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ def if_action(hass, config, action):
if entity_id is None or state is None:
logging.getLogger(__name__).error(
"Missing if-condition configuration key %s or %s",
CONF_IF_ENTITY_ID, CONF_STATE)
"Missing if-condition configuration key %s or %s", CONF_ENTITY_ID,
CONF_STATE)
return action
def state_if():