1
0
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:
J. Nick Koston
2021-12-18 23:53:49 -06:00
committed by GitHub
parent 8d6763eaad
commit a40549c1b9
2 changed files with 3 additions and 0 deletions

View File

@@ -474,6 +474,7 @@ class EntityPlatform:
"name",
"suggested_area",
"sw_version",
"hw_version",
"via_device",
):
if key in device_info: