Bump Axis dependency to fix issue where ports dont initialize (#36860)
This commit is contained in:
parent
b3c851502d
commit
94c8d74a66
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Axis",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/axis",
|
||||
"requirements": ["axis==30"],
|
||||
"requirements": ["axis==31"],
|
||||
"zeroconf": ["_axis-video._tcp.local."],
|
||||
"after_dependencies": ["mqtt"],
|
||||
"codeowners": ["@Kane610"]
|
||||
|
|
|
@ -306,7 +306,7 @@ avea==1.4
|
|||
avri-api==0.1.7
|
||||
|
||||
# homeassistant.components.axis
|
||||
axis==30
|
||||
axis==31
|
||||
|
||||
# homeassistant.components.azure_event_hub
|
||||
azure-eventhub==5.1.0
|
||||
|
|
|
@ -150,7 +150,7 @@ av==8.0.2
|
|||
avri-api==0.1.7
|
||||
|
||||
# homeassistant.components.axis
|
||||
axis==30
|
||||
axis==31
|
||||
|
||||
# homeassistant.components.homekit
|
||||
base36==0.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue