2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "axis",
|
|
|
|
"name": "Axis",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/axis",
|
2020-10-21 15:48:57 +00:00
|
|
|
"requirements": ["axis==41"],
|
2020-09-11 10:19:21 +00:00
|
|
|
"zeroconf": [
|
2020-09-22 08:57:26 +00:00
|
|
|
{ "type": "_axis-video._tcp.local.", "macaddress": "00408C*" },
|
|
|
|
{ "type": "_axis-video._tcp.local.", "macaddress": "ACCC8E*" },
|
|
|
|
{ "type": "_axis-video._tcp.local.", "macaddress": "B8A44F*" }
|
2020-09-11 10:19:21 +00:00
|
|
|
],
|
2020-05-25 21:13:34 +00:00
|
|
|
"after_dependencies": ["mqtt"],
|
2020-05-08 12:14:10 +00:00
|
|
|
"codeowners": ["@Kane610"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|