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
|
@ -22,9 +22,6 @@ AUDIO_CODEC_COPY = "copy"
|
|||
ATTR_DISPLAY_NAME = "display_name"
|
||||
ATTR_VALUE = "value"
|
||||
ATTR_INTEGRATION = "platform"
|
||||
ATTR_MANUFACTURER = "manufacturer"
|
||||
ATTR_MODEL = "model"
|
||||
ATTR_SOFTWARE_VERSION = "sw_version"
|
||||
ATTR_KEY_NAME = "key_name"
|
||||
# Current attribute used by homekit_controller
|
||||
ATTR_OBSTRUCTION_DETECTED = "obstruction-detected"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue