Skip to content

Commit

Permalink
Bump Axis library to support fence guard events (#37007)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 authored Jun 22, 2020
1 parent 53a91ec commit 02d94f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/axis/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Axis",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/axis",
"requirements": ["axis==32"],
"requirements": ["axis==33"],
"zeroconf": ["_axis-video._tcp.local."],
"after_dependencies": ["mqtt"],
"codeowners": ["@Kane610"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ avea==1.4
avri-api==0.1.7

# homeassistant.components.axis
axis==32
axis==33

# homeassistant.components.azure_event_hub
azure-eventhub==5.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ av==8.0.2
avri-api==0.1.7

# homeassistant.components.axis
axis==32
axis==33

# homeassistant.components.homekit
base36==0.1.1
Expand Down

0 comments on commit 02d94f2

Please sign in to comment.