diff --git a/components/truma_inetbox/__init__.py b/components/truma_inetbox/__init__.py index bd58fdb..d25bb0d 100644 --- a/components/truma_inetbox/__init__.py +++ b/components/truma_inetbox/__init__.py @@ -17,7 +17,8 @@ from esphome.const import ( CONF_TEMPERATURE, CONF_TRIGGER_ID, CONF_STOP, - CONF_TIME_ID,\r\n CONF_TIME,\r\n) + CONF_TIME_ID, + CONF_TIME) CONF_MASTER_MODE = "master_mode" CONF_WRITES_ARMED = "writes_armed"