mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +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._attr_device_info = {
|
||||
"identifiers": {(DOMAIN, airthings_device.device_id)},
|
||||
"name": self.name,
|
||||
"name": airthings_device.name,
|
||||
"manufacturer": "Airthings",
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user