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

@@ -39,6 +39,7 @@ CONF_ACTION = "action"
CONF_ADD_DEVICE = "add_device"
CONF_EDIT_DEVICE = "edit_device"
CONF_SETUP_CLOUD = "setup_cloud"
CONF_NO_CLOUD = "no_cloud"
# light
CONF_BRIGHTNESS_LOWER = "brightness_lower"