mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00
Axis - Handle Vapix error messages (#24215)
This commit is contained in:
parent
3a0616c680
commit
18286dbf4b
@ -3,7 +3,7 @@
|
|||||||
"name": "Axis",
|
"name": "Axis",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/components/axis",
|
"documentation": "https://www.home-assistant.io/components/axis",
|
||||||
"requirements": ["axis==23"],
|
"requirements": ["axis==24"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"zeroconf": ["_axis-video._tcp.local."],
|
"zeroconf": ["_axis-video._tcp.local."],
|
||||||
"codeowners": ["@kane610"]
|
"codeowners": ["@kane610"]
|
||||||
|
@ -212,7 +212,7 @@ av==6.1.2
|
|||||||
# avion==0.10
|
# avion==0.10
|
||||||
|
|
||||||
# homeassistant.components.axis
|
# homeassistant.components.axis
|
||||||
axis==23
|
axis==24
|
||||||
|
|
||||||
# homeassistant.components.azure_event_hub
|
# homeassistant.components.azure_event_hub
|
||||||
azure-eventhub==1.3.1
|
azure-eventhub==1.3.1
|
||||||
|
@ -70,7 +70,7 @@ apns2==0.3.0
|
|||||||
av==6.1.2
|
av==6.1.2
|
||||||
|
|
||||||
# homeassistant.components.axis
|
# homeassistant.components.axis
|
||||||
axis==23
|
axis==24
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
bellows-homeassistant==0.7.3
|
bellows-homeassistant==0.7.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user