Skip to content

Commit d7aa083

Browse files
authored
Bump airOS preparing for model_id matching (home-assistant#154370)
1 parent 3151384 commit d7aa083

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-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.5.5"]
9+
"requirements": ["airos==0.5.6"]
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/fixtures/airos_loco5ac_ap-ptp.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"ptmp": false,
1818
"ptp": true,
1919
"role": "access_point",
20+
"sku": "Loco5AC",
2021
"station": false
2122
},
2223
"firewall": {

tests/components/airos/snapshots/test_diagnostics.ambr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
'ptmp': False,
2121
'ptp': True,
2222
'role': 'access_point',
23+
'sku': 'Loco5AC',
2324
'station': False,
2425
}),
2526
'firewall': dict({

0 commit comments

Comments
 (0)