1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/axis/manifest.json
2023-04-28 11:41:21 +03:00

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==48"],
"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*"
}
}
]
}