Skip to content

Commit 82390f6

Browse files
CoMPaTechfrenck
authored andcommitted
Bump airOS to 0.2.8 (home-assistant#150504)
1 parent d9ebda4 commit 82390f6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

homeassistant/components/airos/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://www.home-assistant.io/integrations/airos",
77
"iot_class": "local_polling",
88
"quality_scale": "bronze",
9-
"requirements": ["airos==0.2.7"]
9+
"requirements": ["airos==0.2.8"]
1010
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/airos/snapshots/test_diagnostics.ambr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@
2828
}),
2929
'genuine': '/images/genuine.png',
3030
'gps': dict({
31+
'alt': None,
32+
'dim': None,
33+
'dop': None,
3134
'fix': 0,
3235
'lat': '**REDACTED**',
3336
'lon': '**REDACTED**',
37+
'sats': None,
38+
'time_synced': None,
3439
}),
3540
'host': dict({
3641
'cpuload': 10.10101,

0 commit comments

Comments
 (0)