Add additional roomba OUIs to DHCP discovery (#65161)
This commit is contained in:
parent
f585777e56
commit
4d0dbeb2b5
2 changed files with 10 additions and 1 deletions
|
@ -13,7 +13,11 @@
|
|||
{
|
||||
"hostname": "roomba-*",
|
||||
"macaddress": "80A589*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"hostname": "roomba-*",
|
||||
"macaddress": "DCF505*"
|
||||
}
|
||||
],
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["paho_mqtt", "roombapy"]
|
||||
|
|
|
@ -255,6 +255,11 @@ DHCP = [
|
|||
"hostname": "roomba-*",
|
||||
"macaddress": "80A589*"
|
||||
},
|
||||
{
|
||||
"domain": "roomba",
|
||||
"hostname": "roomba-*",
|
||||
"macaddress": "DCF505*"
|
||||
},
|
||||
{
|
||||
"domain": "samsungtv",
|
||||
"hostname": "tizen*"
|
||||
|
|
Loading…
Add table
Reference in a new issue