mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
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:
parent
fb32c2e3a8
commit
f0c7aff248
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user