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:
parent
f142e902df
commit
e1575678ed
3 changed files with 21 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
||||||
{
|
{
|
||||||
"hostname": "axis-b8a44f*",
|
"hostname": "axis-b8a44f*",
|
||||||
"macaddress": "B8A44F*"
|
"macaddress": "B8A44F*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "axis-e82725*",
|
||||||
|
"macaddress": "E82725*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/axis",
|
"documentation": "https://www.home-assistant.io/integrations/axis",
|
||||||
|
@ -50,6 +54,12 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"macaddress": "b8a44f*"
|
"macaddress": "b8a44f*"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "_axis-video._tcp.local.",
|
||||||
|
"properties": {
|
||||||
|
"macaddress": "e82725*"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,6 +58,11 @@ DHCP: list[dict[str, str | bool]] = [
|
||||||
"hostname": "axis-b8a44f*",
|
"hostname": "axis-b8a44f*",
|
||||||
"macaddress": "B8A44F*",
|
"macaddress": "B8A44F*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "axis",
|
||||||
|
"hostname": "axis-e82725*",
|
||||||
|
"macaddress": "E82725*",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "blink",
|
"domain": "blink",
|
||||||
"hostname": "blink*",
|
"hostname": "blink*",
|
||||||
|
|
|
@ -342,6 +342,12 @@ ZEROCONF = {
|
||||||
"macaddress": "b8a44f*",
|
"macaddress": "b8a44f*",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "axis",
|
||||||
|
"properties": {
|
||||||
|
"macaddress": "e82725*",
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "doorbird",
|
"domain": "doorbird",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue