From f0c7aff2483f68112d625ca4ee627733261cd5f3 Mon Sep 17 00:00:00 2001 From: tkdrob Date: Mon, 22 Feb 2021 15:12:00 -0500 Subject: [PATCH] Clean up Mitemp_bt constants (#46881) * Use core constants for acer_projector * Use core constants for mitemp_bt * remove acer changes --- homeassistant/components/mitemp_bt/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/mitemp_bt/sensor.py b/homeassistant/components/mitemp_bt/sensor.py index 6b64c88c1ce..244a0c410d5 100644 --- a/homeassistant/components/mitemp_bt/sensor.py +++ b/homeassistant/components/mitemp_bt/sensor.py @@ -12,6 +12,7 @@ from homeassistant.const import ( CONF_MAC, CONF_MONITORED_CONDITIONS, CONF_NAME, + CONF_TIMEOUT, DEVICE_CLASS_BATTERY, DEVICE_CLASS_HUMIDITY, DEVICE_CLASS_TEMPERATURE, @@ -34,7 +35,6 @@ CONF_ADAPTER = "adapter" CONF_CACHE = "cache_value" CONF_MEDIAN = "median" CONF_RETRIES = "retries" -CONF_TIMEOUT = "timeout" DEFAULT_ADAPTER = "hci0" DEFAULT_UPDATE_INTERVAL = 300