mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Bump airgradient to 0.4.1 (#117963)
This commit is contained in:
parent
6c6a5f496a
commit
e8f544d216
@ -6,6 +6,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/airgradient",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["airgradient==0.4.0"],
|
||||
"requirements": ["airgradient==0.4.1"],
|
||||
"zeroconf": ["_airgradient._tcp.local."]
|
||||
}
|
||||
|
@ -407,7 +407,7 @@ aiowithings==2.1.0
|
||||
aioymaps==1.2.2
|
||||
|
||||
# homeassistant.components.airgradient
|
||||
airgradient==0.4.0
|
||||
airgradient==0.4.1
|
||||
|
||||
# homeassistant.components.airly
|
||||
airly==1.1.0
|
||||
|
@ -380,7 +380,7 @@ aiowithings==2.1.0
|
||||
aioymaps==1.2.2
|
||||
|
||||
# homeassistant.components.airgradient
|
||||
airgradient==0.4.0
|
||||
airgradient==0.4.1
|
||||
|
||||
# homeassistant.components.airly
|
||||
airly==1.1.0
|
||||
|
@ -7,13 +7,15 @@
|
||||
"pm10": 41,
|
||||
"pm003Count": 270,
|
||||
"tvocIndex": 99,
|
||||
"tvoc_raw": 31792,
|
||||
"tvocRaw": 31792,
|
||||
"noxIndex": 1,
|
||||
"nox_raw": 16931,
|
||||
"noxRaw": 16931,
|
||||
"atmp": 27.96,
|
||||
"rhum": 48,
|
||||
"boot": 28,
|
||||
"atmpCompensated": 22.17,
|
||||
"rhumCompensated": 47,
|
||||
"bootCount": 28,
|
||||
"ledMode": "co2",
|
||||
"firmwareVersion": "3.0.8",
|
||||
"fwMode": "I-9PSL"
|
||||
"firmware": "3.1.1",
|
||||
"model": "I-9PSL"
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"wifi": -59,
|
||||
"serialno": "84fce612f5b8",
|
||||
"boot": 0,
|
||||
"bootCount": 0,
|
||||
"ledMode": "co2",
|
||||
"firmwareVersion": "3.0.8",
|
||||
"fwMode": "I-9PSL"
|
||||
"firmware": "3.0.8",
|
||||
"model": "I-9PSL"
|
||||
}
|
||||
|
@ -25,7 +25,7 @@
|
||||
'name_by_user': None,
|
||||
'serial_number': '84fce612f5b8',
|
||||
'suggested_area': None,
|
||||
'sw_version': '3.0.8',
|
||||
'sw_version': '3.1.1',
|
||||
'via_device_id': None,
|
||||
})
|
||||
# ---
|
||||
|
Loading…
x
Reference in New Issue
Block a user