Fix Airthings BLE model names (#116579)
This commit is contained in:
parent
afbe0ce096
commit
713ce0dd17
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ class AirthingsSensor(
|
|||
manufacturer=airthings_device.manufacturer,
|
||||
hw_version=airthings_device.hw_version,
|
||||
sw_version=airthings_device.sw_version,
|
||||
model=airthings_device.model.name,
|
||||
model=airthings_device.model.product_name,
|
||||
)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue