mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bump airgradient to 0.9.2 (#138725)
* Bump airgradient to 0.9.2 * Bump airgradient to 0.9.2
This commit is contained in:
parent
35bcf82627
commit
167881e434
@ -6,6 +6,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/airgradient",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["airgradient==0.9.1"],
|
||||
"requirements": ["airgradient==0.9.2"],
|
||||
"zeroconf": ["_airgradient._tcp.local."]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -428,7 +428,7 @@ aiowithings==3.1.5
|
||||
aioymaps==1.2.5
|
||||
|
||||
# homeassistant.components.airgradient
|
||||
airgradient==0.9.1
|
||||
airgradient==0.9.2
|
||||
|
||||
# homeassistant.components.airly
|
||||
airly==1.1.0
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -410,7 +410,7 @@ aiowithings==3.1.5
|
||||
aioymaps==1.2.5
|
||||
|
||||
# homeassistant.components.airgradient
|
||||
airgradient==0.9.1
|
||||
airgradient==0.9.2
|
||||
|
||||
# homeassistant.components.airly
|
||||
airly==1.1.0
|
||||
|
@ -25,13 +25,13 @@
|
||||
'nitrogen_index': 1,
|
||||
'pm003_count': 270,
|
||||
'pm01': 22,
|
||||
'pm02': 34,
|
||||
'pm02': 34.0,
|
||||
'pm10': 41,
|
||||
'raw_ambient_temperature': 27.96,
|
||||
'raw_nitrogen': 16931,
|
||||
'raw_nitrogen': 16931.0,
|
||||
'raw_pm02': 34,
|
||||
'raw_relative_humidity': 48.0,
|
||||
'raw_total_volatile_organic_component': 31792,
|
||||
'raw_total_volatile_organic_component': 31792.0,
|
||||
'rco2': 778,
|
||||
'relative_humidity': 47.0,
|
||||
'serial_number': '84fce612f5b8',
|
||||
|
@ -710,7 +710,7 @@
|
||||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': '34',
|
||||
'state': '34.0',
|
||||
})
|
||||
# ---
|
||||
# name: test_all_entities[indoor][sensor.airgradient_raw_nox-entry]
|
||||
@ -760,7 +760,7 @@
|
||||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': '16931',
|
||||
'state': '16931.0',
|
||||
})
|
||||
# ---
|
||||
# name: test_all_entities[indoor][sensor.airgradient_raw_pm2_5-entry]
|
||||
@ -861,7 +861,7 @@
|
||||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': '31792',
|
||||
'state': '31792.0',
|
||||
})
|
||||
# ---
|
||||
# name: test_all_entities[indoor][sensor.airgradient_signal_strength-entry]
|
||||
@ -1255,7 +1255,7 @@
|
||||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': '16359',
|
||||
'state': '16359.0',
|
||||
})
|
||||
# ---
|
||||
# name: test_all_entities[outdoor][sensor.airgradient_raw_voc-entry]
|
||||
@ -1305,7 +1305,7 @@
|
||||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': '30802',
|
||||
'state': '30802.0',
|
||||
})
|
||||
# ---
|
||||
# name: test_all_entities[outdoor][sensor.airgradient_signal_strength-entry]
|
||||
|
Loading…
x
Reference in New Issue
Block a user