Add new OUI for Axis products (#114923)

* Add new OUI for Axis products

* Run hassfest

---------

Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
This commit is contained in:
Bengt Sirbelius 2024-04-05 19:06:18 +02:00 committed by GitHub
parent f142e902df
commit e1575678ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 21 additions and 0 deletions

View File

@ -19,6 +19,10 @@
{
"hostname": "axis-b8a44f*",
"macaddress": "B8A44F*"
},
{
"hostname": "axis-e82725*",
"macaddress": "E82725*"
}
],
"documentation": "https://www.home-assistant.io/integrations/axis",
@ -50,6 +54,12 @@
"properties": {
"macaddress": "b8a44f*"
}
},
{
"type": "_axis-video._tcp.local.",
"properties": {
"macaddress": "e82725*"
}
}
]
}

View File

@ -58,6 +58,11 @@ DHCP: list[dict[str, str | bool]] = [
"hostname": "axis-b8a44f*",
"macaddress": "B8A44F*",
},
{
"domain": "axis",
"hostname": "axis-e82725*",
"macaddress": "E82725*",
},
{
"domain": "blink",
"hostname": "blink*",

View File

@ -342,6 +342,12 @@ ZEROCONF = {
"macaddress": "b8a44f*",
},
},
{
"domain": "axis",
"properties": {
"macaddress": "e82725*",
},
},
{
"domain": "doorbird",
"properties": {