1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/axis/manifest.json
2022-03-30 10:56:37 +02:00

47 lines
980 B
JSON

{
"domain": "axis",
"name": "Axis",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/axis",
"requirements": ["axis==44"],
"dhcp": [
{ "registered_devices": true },
{
"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",
"loggers": ["axis"]
}