mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 00:27:19 +00:00
Ensure Notion device name is stored as a string (#57670)
This commit is contained in:
parent
39091b01c6
commit
3d1cbe40ac
@ -151,7 +151,7 @@ class NotionEntity(CoordinatorEntity):
|
||||
"identifiers": {(DOMAIN, sensor["hardware_id"])},
|
||||
"manufacturer": "Silicon Labs",
|
||||
"model": sensor["hardware_revision"],
|
||||
"name": sensor["name"],
|
||||
"name": str(sensor["name"]),
|
||||
"sw_version": sensor["firmware_version"],
|
||||
"via_device": (DOMAIN, bridge.get("hardware_id")),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user