Skip to content
Snippets Groups Projects
Unverified Commit 76a1e979 authored by Ståle Storø Hauknes's avatar Ståle Storø Hauknes Committed by GitHub
Browse files

Update framework for Airthings cloud (#107653)

* Upgrade framework

* Improve code for model name
parent b47861d9
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/airthings",
"iot_class": "cloud_polling",
"loggers": ["airthings"],
"requirements": ["airthings-cloud==0.1.0"]
"requirements": ["airthings-cloud==0.2.0"]
}
......@@ -149,7 +149,7 @@ class AirthingsHeaterEnergySensor(
identifiers={(DOMAIN, airthings_device.device_id)},
name=airthings_device.name,
manufacturer="Airthings",
model=airthings_device.device_type.replace("_", " ").lower().title(),
model=airthings_device.product_name,
)
@property
......
......@@ -410,7 +410,7 @@ airly==1.1.0
airthings-ble==0.5.6-2
# homeassistant.components.airthings
airthings-cloud==0.1.0
airthings-cloud==0.2.0
# homeassistant.components.airtouch4
airtouch4pyapi==1.0.5
......
......@@ -383,7 +383,7 @@ airly==1.1.0
airthings-ble==0.5.6-2
# homeassistant.components.airthings
airthings-cloud==0.1.0
airthings-cloud==0.2.0
# homeassistant.components.airtouch4
airtouch4pyapi==1.0.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment