Fix automation deprecation warning
This commit is contained in:
parent
e40908d67c
commit
8257e3f384
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue