Correct the device name for Airthings (#56655)

This commit is contained in:
Daniel Hjelseth Høyer
2021-09-26 12:48:27 +02:00
committed by GitHub
parent 01e03a223b
commit d8387744ec

View File

@@ -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",
}