warn->warning

This commit is contained in:
happyleaves 2015-12-21 20:18:00 -05:00
parent d5179b4bdc
commit fba5becd90

View File

@ -25,8 +25,8 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
for dev_name, properties in switches.items(): for dev_name, properties in switches.items():
if 'statecmd' in properties and CONF_VALUE_TEMPLATE not in properties: if 'statecmd' in properties and CONF_VALUE_TEMPLATE not in properties:
_LOGGER.warn("Specify a %s when using statemcd", _LOGGER.warning("Specify a %s when using statemcd",
CONF_VALUE_TEMPLATE) CONF_VALUE_TEMPLATE)
continue continue
devices.append( devices.append(
CommandSwitch( CommandSwitch(