mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Fix tradfri device name (#66219)
This commit is contained in:
@@ -84,7 +84,7 @@ class TradfriBaseEntity(CoordinatorEntity):
|
||||
identifiers={(DOMAIN, self._device.id)},
|
||||
manufacturer=info.manufacturer,
|
||||
model=info.model_number,
|
||||
name=self._attr_name,
|
||||
name=self._device.name,
|
||||
sw_version=info.firmware_version,
|
||||
via_device=(DOMAIN, self._gateway_id),
|
||||
)
|
||||
|
Reference in New Issue
Block a user