mirror of
https://github.com/home-assistant/core.git
synced 2026-05-03 19:41:15 +02:00
Bump airOS to 0.3.0 (#150693)
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/airos",
|
||||
"iot_class": "local_polling",
|
||||
"quality_scale": "bronze",
|
||||
"requirements": ["airos==0.2.11"]
|
||||
"requirements": ["airos==0.3.0"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -453,7 +453,7 @@ airgradient==0.9.2
|
||||
airly==1.1.0
|
||||
|
||||
# homeassistant.components.airos
|
||||
airos==0.2.11
|
||||
airos==0.3.0
|
||||
|
||||
# homeassistant.components.airthings_ble
|
||||
airthings-ble==0.9.2
|
||||
|
||||
Generated
+1
-1
@@ -435,7 +435,7 @@ airgradient==0.9.2
|
||||
airly==1.1.0
|
||||
|
||||
# homeassistant.components.airos
|
||||
airos==0.2.11
|
||||
airos==0.3.0
|
||||
|
||||
# homeassistant.components.airthings_ble
|
||||
airthings-ble==0.9.2
|
||||
|
||||
@@ -13,8 +13,10 @@
|
||||
"access_point": true,
|
||||
"mac": "01:23:45:67:89:AB",
|
||||
"mac_interface": "br0",
|
||||
"mode": "point_to_point",
|
||||
"ptmp": false,
|
||||
"ptp": true,
|
||||
"role": "access_point",
|
||||
"station": false
|
||||
},
|
||||
"firewall": {
|
||||
@@ -25,9 +27,14 @@
|
||||
},
|
||||
"genuine": "/images/genuine.png",
|
||||
"gps": {
|
||||
"alt": null,
|
||||
"dim": null,
|
||||
"dop": null,
|
||||
"fix": 0,
|
||||
"lat": 52.379894,
|
||||
"lon": 4.901608
|
||||
"lon": 4.901608,
|
||||
"sats": null,
|
||||
"time_synced": null
|
||||
},
|
||||
"host": {
|
||||
"cpuload": 10.10101,
|
||||
|
||||
@@ -16,8 +16,10 @@
|
||||
'access_point': True,
|
||||
'mac': '**REDACTED**',
|
||||
'mac_interface': 'br0',
|
||||
'mode': 'point_to_point',
|
||||
'ptmp': False,
|
||||
'ptp': True,
|
||||
'role': 'access_point',
|
||||
'station': False,
|
||||
}),
|
||||
'firewall': dict({
|
||||
|
||||
Reference in New Issue
Block a user