forked from home-assistant/core
Cast SimpliSafe version number as a string in device info (#54356)
This commit is contained in:
committed by
Paulus Schoutsen
parent
cfa6040d55
commit
4f3cf5a61c
@@ -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),
|
||||
}
|
||||
|
Reference in New Issue
Block a user