mirror of
https://github.com/home-assistant/core.git
synced 2025-09-01 10:51:47 +02:00
Bump airOS to 0.2.8 (#150504)
This commit is contained in:
@@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/airos",
|
"documentation": "https://www.home-assistant.io/integrations/airos",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"quality_scale": "bronze",
|
"quality_scale": "bronze",
|
||||||
"requirements": ["airos==0.2.7"]
|
"requirements": ["airos==0.2.8"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -453,7 +453,7 @@ airgradient==0.9.2
|
|||||||
airly==1.1.0
|
airly==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.airos
|
# homeassistant.components.airos
|
||||||
airos==0.2.7
|
airos==0.2.8
|
||||||
|
|
||||||
# homeassistant.components.airthings_ble
|
# homeassistant.components.airthings_ble
|
||||||
airthings-ble==0.9.2
|
airthings-ble==0.9.2
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -435,7 +435,7 @@ airgradient==0.9.2
|
|||||||
airly==1.1.0
|
airly==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.airos
|
# homeassistant.components.airos
|
||||||
airos==0.2.7
|
airos==0.2.8
|
||||||
|
|
||||||
# homeassistant.components.airthings_ble
|
# homeassistant.components.airthings_ble
|
||||||
airthings-ble==0.9.2
|
airthings-ble==0.9.2
|
||||||
|
@@ -28,9 +28,14 @@
|
|||||||
}),
|
}),
|
||||||
'genuine': '/images/genuine.png',
|
'genuine': '/images/genuine.png',
|
||||||
'gps': dict({
|
'gps': dict({
|
||||||
|
'alt': None,
|
||||||
|
'dim': None,
|
||||||
|
'dop': None,
|
||||||
'fix': 0,
|
'fix': 0,
|
||||||
'lat': '**REDACTED**',
|
'lat': '**REDACTED**',
|
||||||
'lon': '**REDACTED**',
|
'lon': '**REDACTED**',
|
||||||
|
'sats': None,
|
||||||
|
'time_synced': None,
|
||||||
}),
|
}),
|
||||||
'host': dict({
|
'host': dict({
|
||||||
'cpuload': 10.10101,
|
'cpuload': 10.10101,
|
||||||
|
Reference in New Issue
Block a user