mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Change log severity
This commit is contained in:
parent
ebaecdb9d6
commit
e63d0c51e0
@ -59,7 +59,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
|||||||
|
|
||||||
# Check if entity exists or previously added automatically
|
# Check if entity exists or previously added automatically
|
||||||
if entity_id in rfxtrx.RFX_DEVICES:
|
if entity_id in rfxtrx.RFX_DEVICES:
|
||||||
_LOGGER.info(
|
_LOGGER.debug(
|
||||||
"EntityID: %s light_update. Command: %s",
|
"EntityID: %s light_update. Command: %s",
|
||||||
entity_id,
|
entity_id,
|
||||||
event.values['Command']
|
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
|
rfxtrx.RFX_DEVICES[entity_id] = new_sensor
|
||||||
add_devices_callback([new_sensor])
|
add_devices_callback([new_sensor])
|
||||||
else:
|
else:
|
||||||
_LOGGER.info(
|
_LOGGER.debug(
|
||||||
"EntityID: %s sensor_update",
|
"EntityID: %s sensor_update",
|
||||||
entity_id,
|
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
|
# Check if entity exists or previously added automatically
|
||||||
if entity_id in rfxtrx.RFX_DEVICES:
|
if entity_id in rfxtrx.RFX_DEVICES:
|
||||||
_LOGGER.info(
|
_LOGGER.debug(
|
||||||
"EntityID: %s switch_update. Command: %s",
|
"EntityID: %s switch_update. Command: %s",
|
||||||
entity_id,
|
entity_id,
|
||||||
event.values['Command']
|
event.values['Command']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user