Fix automation deprecation warning

pull/2004/head
Paulus Schoutsen 2016-05-07 22:24:13 -07:00
parent c58fb00f03
commit 0f6c9d2f75
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ def _process_if(hass, config, p_config, action):
# Deprecated since 0.19 - 5/5/2016
if cond_type != DEFAULT_CONDITION_TYPE:
_LOGGER.warning('Using condition_type: %s is deprecated. Please use '
_LOGGER.warning('Using condition_type: "or" is deprecated. Please use '
'"condition: or" instead.')
if_configs = p_config.get(CONF_CONDITION)