mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix tradfri device name (#66219)
This commit is contained in:
parent
9fd8428254
commit
543b49728a
@ -84,7 +84,7 @@ class TradfriBaseEntity(CoordinatorEntity):
|
|||||||
identifiers={(DOMAIN, self._device.id)},
|
identifiers={(DOMAIN, self._device.id)},
|
||||||
manufacturer=info.manufacturer,
|
manufacturer=info.manufacturer,
|
||||||
model=info.model_number,
|
model=info.model_number,
|
||||||
name=self._attr_name,
|
name=self._device.name,
|
||||||
sw_version=info.firmware_version,
|
sw_version=info.firmware_version,
|
||||||
via_device=(DOMAIN, self._gateway_id),
|
via_device=(DOMAIN, self._gateway_id),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user