forked from home-assistant/core
Make this an error instead of an info
This commit is contained in:
@@ -420,10 +420,10 @@ def setup(hass, config):
|
||||
node.set_config_param(param, selection, size)
|
||||
else:
|
||||
if selection > i:
|
||||
_LOGGER.info("Config parameter selection does not exist! "
|
||||
"Please check zwcfg_[home_id].xml in "
|
||||
"your homeassistant config directory. "
|
||||
"Available selections are 0 to %s", i)
|
||||
_LOGGER.error("Config parameter selection does not exist! "
|
||||
"Please check zwcfg_[home_id].xml in "
|
||||
"your homeassistant config directory. "
|
||||
"Available selections are 0 to %s", i)
|
||||
return
|
||||
node.set_config_param(param, selection, size)
|
||||
_LOGGER.info("Setting config parameter %s on Node %s "
|
||||
|
||||
Reference in New Issue
Block a user