Axis - Fix list applications breaks if empty response (#40360)

This commit is contained in:
Robert Svensson 2020-09-22 10:57:26 +02:00 committed by GitHub
parent 8bff25fedd
commit 430275ac88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -3,11 +3,11 @@
"name": "Axis", "name": "Axis",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/axis", "documentation": "https://www.home-assistant.io/integrations/axis",
"requirements": ["axis==35"], "requirements": ["axis==37"],
"zeroconf": [ "zeroconf": [
{"type":"_axis-video._tcp.local.","macaddress":"00408C*"}, { "type": "_axis-video._tcp.local.", "macaddress": "00408C*" },
{"type":"_axis-video._tcp.local.","macaddress":"ACCC8E*"}, { "type": "_axis-video._tcp.local.", "macaddress": "ACCC8E*" },
{"type":"_axis-video._tcp.local.","macaddress":"B8A44F*"} { "type": "_axis-video._tcp.local.", "macaddress": "B8A44F*" }
], ],
"after_dependencies": ["mqtt"], "after_dependencies": ["mqtt"],
"codeowners": ["@Kane610"] "codeowners": ["@Kane610"]

View File

@ -309,7 +309,7 @@ av==8.0.2
avri-api==0.1.7 avri-api==0.1.7
# homeassistant.components.axis # homeassistant.components.axis
axis==35 axis==37
# homeassistant.components.azure_event_hub # homeassistant.components.azure_event_hub
azure-eventhub==5.1.0 azure-eventhub==5.1.0

View File

@ -177,7 +177,7 @@ av==8.0.2
avri-api==0.1.7 avri-api==0.1.7
# homeassistant.components.axis # homeassistant.components.axis
axis==35 axis==37
# homeassistant.components.azure_event_hub # homeassistant.components.azure_event_hub
azure-eventhub==5.1.0 azure-eventhub==5.1.0