mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Correct the device name for Airthings (#56655)
This commit is contained in:
parent
01e03a223b
commit
d8387744ec
@ -117,7 +117,7 @@ class AirthingsHeaterEnergySensor(CoordinatorEntity, SensorEntity):
|
|||||||
self._id = airthings_device.device_id
|
self._id = airthings_device.device_id
|
||||||
self._attr_device_info = {
|
self._attr_device_info = {
|
||||||
"identifiers": {(DOMAIN, airthings_device.device_id)},
|
"identifiers": {(DOMAIN, airthings_device.device_id)},
|
||||||
"name": self.name,
|
"name": airthings_device.name,
|
||||||
"manufacturer": "Airthings",
|
"manufacturer": "Airthings",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user