Turned all 'print' messages into _LOGGER.debug

This commit is contained in:
rospogrigio
2022-06-01 18:05:12 +02:00
parent da8ed8d82b
commit 8b11ffaf86
7 changed files with 15 additions and 17 deletions

View File

@@ -74,10 +74,6 @@ async def async_setup_entry(
if len(entities_to_setup) > 0:
if dev_id not in hass.data[DOMAIN][TUYA_DEVICES]:
print("STRANO: {}".format(hass.data[DOMAIN][TUYA_DEVICES]))
return
tuyainterface = hass.data[DOMAIN][TUYA_DEVICES][dev_id]
dps_config_fields = list(get_dps_for_platform(flow_schema))