mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Correct the device name for Airthings (#56655)
This commit is contained in:
committed by
GitHub
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",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user