45 lines
915 B
JSON
45 lines
915 B
JSON
{
|
|
"domain": "axis",
|
|
"name": "Axis",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/axis",
|
|
"requirements": ["axis==44"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "axis-00408c*",
|
|
"macaddress": "00408C*"
|
|
},
|
|
{
|
|
"hostname": "axis-accc8e*",
|
|
"macaddress": "ACCC8E*"
|
|
},
|
|
{
|
|
"hostname": "axis-b8a44f*",
|
|
"macaddress": "B8A44F*"
|
|
}
|
|
],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "AXIS"
|
|
}
|
|
],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_axis-video._tcp.local.",
|
|
"properties": {"macaddress": "00408c*"}
|
|
},
|
|
{
|
|
"type": "_axis-video._tcp.local.",
|
|
"properties": {"macaddress": "accc8e*"}
|
|
},
|
|
{
|
|
"type": "_axis-video._tcp.local.",
|
|
"properties": {"macaddress": "b8a44f*"}
|
|
}
|
|
],
|
|
"after_dependencies": ["mqtt"],
|
|
"codeowners": ["@Kane610"],
|
|
"quality_scale": "platinum",
|
|
"iot_class": "local_push"
|
|
}
|