mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Add ATTR_HW_VERSION to homeassistant.const (#62258)
This commit is contained in:
parent
c40b02896a
commit
b1ac1596d8
@ -400,6 +400,7 @@ ATTR_MANUFACTURER: Final = "manufacturer"
|
||||
ATTR_MODEL: Final = "model"
|
||||
ATTR_SUGGESTED_AREA: Final = "suggested_area"
|
||||
ATTR_SW_VERSION: Final = "sw_version"
|
||||
ATTR_HW_VERSION: Final = "hw_version"
|
||||
ATTR_VIA_DEVICE: Final = "via_device"
|
||||
|
||||
ATTR_BATTERY_CHARGING: Final = "battery_charging"
|
||||
|
Loading…
x
Reference in New Issue
Block a user