Change log severity

This commit is contained in:
badele 2015-11-08 19:02:51 +01:00
parent ebaecdb9d6
commit e63d0c51e0
3 changed files with 3 additions and 3 deletions

View file

@ -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,
)