mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Cast SimpliSafe version number as a string in device info (#54356)
This commit is contained in:
parent
f1c244e914
commit
1cd575df53
@ -431,7 +431,7 @@ class SimpliSafeEntity(CoordinatorEntity):
|
||||
self._attr_device_info = {
|
||||
"identifiers": {(DOMAIN, system.system_id)},
|
||||
"manufacturer": "SimpliSafe",
|
||||
"model": system.version,
|
||||
"model": str(system.version),
|
||||
"name": name,
|
||||
"via_device": (DOMAIN, system.serial),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user