Use homeassistant.const instead of integration const for device_info ATTR_ (#53703)
This commit is contained in:
parent
4f96f05a75
commit
8ab3d9cc12
20 changed files with 66 additions and 90 deletions
|
@ -6,9 +6,6 @@ DEFAULT_SCAN_INTERVAL = 6
|
|||
DEFAULT_PH_OFFSET = 0
|
||||
COORDINATOR = "coordinator"
|
||||
OMNI_API = "omni_api"
|
||||
ATTR_IDENTIFIERS = "identifiers"
|
||||
ATTR_MANUFACTURER = "manufacturer"
|
||||
ATTR_MODEL = "model"
|
||||
|
||||
PUMP_TYPES = {
|
||||
"FMT_VARIABLE_SPEED_PUMP": "VARIABLE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue