Bump airgradient to 0.4.1 (#117963)

This commit is contained in:
Joost Lekkerkerker 2024-05-23 10:25:54 +02:00 committed by GitHub
parent 6c6a5f496a
commit e8f544d216
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 14 additions and 12 deletions

View File

@ -6,6 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/airgradient", "documentation": "https://www.home-assistant.io/integrations/airgradient",
"integration_type": "device", "integration_type": "device",
"iot_class": "local_polling", "iot_class": "local_polling",
"requirements": ["airgradient==0.4.0"], "requirements": ["airgradient==0.4.1"],
"zeroconf": ["_airgradient._tcp.local."] "zeroconf": ["_airgradient._tcp.local."]
} }

View File

@ -407,7 +407,7 @@ aiowithings==2.1.0
aioymaps==1.2.2 aioymaps==1.2.2
# homeassistant.components.airgradient # homeassistant.components.airgradient
airgradient==0.4.0 airgradient==0.4.1
# homeassistant.components.airly # homeassistant.components.airly
airly==1.1.0 airly==1.1.0

View File

@ -380,7 +380,7 @@ aiowithings==2.1.0
aioymaps==1.2.2 aioymaps==1.2.2
# homeassistant.components.airgradient # homeassistant.components.airgradient
airgradient==0.4.0 airgradient==0.4.1
# homeassistant.components.airly # homeassistant.components.airly
airly==1.1.0 airly==1.1.0

View File

@ -7,13 +7,15 @@
"pm10": 41, "pm10": 41,
"pm003Count": 270, "pm003Count": 270,
"tvocIndex": 99, "tvocIndex": 99,
"tvoc_raw": 31792, "tvocRaw": 31792,
"noxIndex": 1, "noxIndex": 1,
"nox_raw": 16931, "noxRaw": 16931,
"atmp": 27.96, "atmp": 27.96,
"rhum": 48, "rhum": 48,
"boot": 28, "atmpCompensated": 22.17,
"rhumCompensated": 47,
"bootCount": 28,
"ledMode": "co2", "ledMode": "co2",
"firmwareVersion": "3.0.8", "firmware": "3.1.1",
"fwMode": "I-9PSL" "model": "I-9PSL"
} }

View File

@ -1,8 +1,8 @@
{ {
"wifi": -59, "wifi": -59,
"serialno": "84fce612f5b8", "serialno": "84fce612f5b8",
"boot": 0, "bootCount": 0,
"ledMode": "co2", "ledMode": "co2",
"firmwareVersion": "3.0.8", "firmware": "3.0.8",
"fwMode": "I-9PSL" "model": "I-9PSL"
} }

View File

@ -25,7 +25,7 @@
'name_by_user': None, 'name_by_user': None,
'serial_number': '84fce612f5b8', 'serial_number': '84fce612f5b8',
'suggested_area': None, 'suggested_area': None,
'sw_version': '3.0.8', 'sw_version': '3.1.1',
'via_device_id': None, 'via_device_id': None,
}) })
# --- # ---