Change log severity
This commit is contained in:
parent
ebaecdb9d6
commit
e63d0c51e0
3 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
|||
|
||||
# Check if entity exists or previously added automatically
|
||||
if entity_id in rfxtrx.RFX_DEVICES:
|
||||
_LOGGER.info(
|
||||
_LOGGER.debug(
|
||||
"EntityID: %s light_update. Command: %s",
|
||||
entity_id,
|
||||
event.values['Command']
|
||||
|
|
|
@ -43,7 +43,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
|||
rfxtrx.RFX_DEVICES[entity_id] = new_sensor
|
||||
add_devices_callback([new_sensor])
|
||||
else:
|
||||
_LOGGER.info(
|
||||
_LOGGER.debug(
|
||||
"EntityID: %s sensor_update",
|
||||
entity_id,
|
||||
)
|
||||
|
|
|
@ -61,7 +61,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
|||
|
||||
# Check if entity exists or previously added automatically
|
||||
if entity_id in rfxtrx.RFX_DEVICES:
|
||||
_LOGGER.info(
|
||||
_LOGGER.debug(
|
||||
"EntityID: %s switch_update. Command: %s",
|
||||
entity_id,
|
||||
event.values['Command']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue