From b1ac1596d85fc20f3b987c7a0cc314793554f0a5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 18 Dec 2021 07:46:22 -0600 Subject: [PATCH] Add ATTR_HW_VERSION to homeassistant.const (#62258) --- homeassistant/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/const.py b/homeassistant/const.py index 5afbd1daee1..2b9302c0fc9 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -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"