mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 03:19:34 +00:00
Use homeassistant.const instead of integration const for device_info ATTR_ (#53703)
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
DOMAIN = "aurora"
|
||||
COORDINATOR = "coordinator"
|
||||
AURORA_API = "aurora_api"
|
||||
ATTR_IDENTIFIERS = "identifiers"
|
||||
ATTR_MANUFACTURER = "manufacturer"
|
||||
ATTR_MODEL = "model"
|
||||
ATTR_ENTRY_TYPE = "entry_type"
|
||||
DEFAULT_POLLING_INTERVAL = 5
|
||||
CONF_THRESHOLD = "forecast_threshold"
|
||||
|
||||
Reference in New Issue
Block a user