1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Make ATTR_SERIAL_NUMBER a generic homeassistant constant (#108106)

This commit is contained in:
Jan Bouwhuis
2024-01-15 20:33:15 +01:00
committed by GitHub
parent 28e18ce7bf
commit 1a4d1907c9
8 changed files with 7 additions and 12 deletions

View File

@@ -540,6 +540,7 @@ ATTR_CONNECTIONS: Final = "connections"
ATTR_DEFAULT_NAME: Final = "default_name"
ATTR_MANUFACTURER: Final = "manufacturer"
ATTR_MODEL: Final = "model"
ATTR_SERIAL_NUMBER: Final = "serial_number"
ATTR_SUGGESTED_AREA: Final = "suggested_area"
ATTR_SW_VERSION: Final = "sw_version"
ATTR_HW_VERSION: Final = "hw_version"