56 lines
1.0 KiB
JSON
56 lines
1.0 KiB
JSON
{
|
|
"domain": "axis",
|
|
"name": "Axis",
|
|
"after_dependencies": ["mqtt"],
|
|
"codeowners": ["@Kane610"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
},
|
|
{
|
|
"hostname": "axis-00408c*",
|
|
"macaddress": "00408C*"
|
|
},
|
|
{
|
|
"hostname": "axis-accc8e*",
|
|
"macaddress": "ACCC8E*"
|
|
},
|
|
{
|
|
"hostname": "axis-b8a44f*",
|
|
"macaddress": "B8A44F*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/axis",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["axis"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["axis==47"],
|
|
"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*"
|
|
}
|
|
}
|
|
]
|
|
}
|