mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Add model name to Airthings integration (#92921)
This commit is contained in:
parent
2b59adc955
commit
fbd06e0745
@ -157,6 +157,7 @@ class AirthingsHeaterEnergySensor(CoordinatorEntity, SensorEntity):
|
|||||||
identifiers={(DOMAIN, airthings_device.device_id)},
|
identifiers={(DOMAIN, airthings_device.device_id)},
|
||||||
name=airthings_device.name,
|
name=airthings_device.name,
|
||||||
manufacturer="Airthings",
|
manufacturer="Airthings",
|
||||||
|
model=airthings_device.device_type.replace("_", " ").lower().title(),
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user