mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix hw_version not updating from an entity device_info (#62254)
This commit is contained in:
@@ -474,6 +474,7 @@ class EntityPlatform:
|
||||
"name",
|
||||
"suggested_area",
|
||||
"sw_version",
|
||||
"hw_version",
|
||||
"via_device",
|
||||
):
|
||||
if key in device_info:
|
||||
|
||||
Reference in New Issue
Block a user