mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Ensure rainmachine device name is a string (#56121)
This commit is contained in:
parent
371aa03bca
commit
2b7cdb70a8
@ -189,7 +189,7 @@ class RainMachineEntity(CoordinatorEntity):
|
||||
self._attr_device_info = {
|
||||
"identifiers": {(DOMAIN, controller.mac)},
|
||||
"connections": {(dr.CONNECTION_NETWORK_MAC, controller.mac)},
|
||||
"name": controller.name,
|
||||
"name": str(controller.name),
|
||||
"manufacturer": "RainMachine",
|
||||
"model": (
|
||||
f"Version {controller.hardware_version} "
|
||||
|
Loading…
x
Reference in New Issue
Block a user