Clean up Mitemp_bt constants (#46881)

* Use core constants for acer_projector

* Use core constants for mitemp_bt

* remove acer changes
This commit is contained in:
tkdrob 2021-02-22 15:12:00 -05:00 committed by GitHub
parent fb32c2e3a8
commit f0c7aff248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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