Delete not needed consts

This commit is contained in:
Oscar Calvo
2023-08-11 04:27:11 +00:00
parent ab9c06db94
commit 02e2f06763

View File

@@ -10,9 +10,6 @@ from homeassistant.components.climate import (
)
DOMAIN = "ccm15"
BASE_URL = "http://{}:{}/{}"
CONF_URL_STATUS = "status.xml"
CONF_URL_CTRL = "ctrl.xml"
DEFAULT_TIMEOUT = 10
DEFAULT_INTERVAL = 30