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",
|
2021-04-01 23:22:36 +00:00
|
|
|
"requirements": ["axis==44"],
|
2021-01-16 10:03:56 +00:00
|
|
|
"dhcp": [
|
|
|
|
{ "hostname": "axis-00408c*", "macaddress": "00408C*" },
|
|
|
|
{ "hostname": "axis-accc8e*", "macaddress": "ACCC8E*" },
|
|
|
|
{ "hostname": "axis-b8a44f*", "macaddress": "B8A44F*" }
|
|
|
|
],
|
2021-01-23 22:51:49 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"manufacturer": "AXIS"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"zeroconf": [
|
|
|
|
{ "type": "_axis-video._tcp.local.", "macaddress": "00408C*" },
|
|
|
|
{ "type": "_axis-video._tcp.local.", "macaddress": "ACCC8E*" },
|
|
|
|
{ "type": "_axis-video._tcp.local.", "macaddress": "B8A44F*" }
|
|
|
|
],
|
2020-05-25 21:13:34 +00:00
|
|
|
"after_dependencies": ["mqtt"],
|
2021-01-23 05:25:01 +00:00
|
|
|
"codeowners": ["@Kane610"],
|
|
|
|
"quality_scale": "platinum"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|