From 02e2f0676347b4553a9f8f822435c6ab95d4ae4f Mon Sep 17 00:00:00 2001 From: Oscar Calvo Date: Fri, 11 Aug 2023 04:27:11 +0000 Subject: [PATCH] Delete not needed consts --- homeassistant/components/ccm15/const.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/homeassistant/components/ccm15/const.py b/homeassistant/components/ccm15/const.py index 66b490fd67d..5e8d1b82bd8 100644 --- a/homeassistant/components/ccm15/const.py +++ b/homeassistant/components/ccm15/const.py @@ -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