Add additional roomba OUIs to DHCP discovery (#65161)

This commit is contained in:
J. Nick Koston 2022-01-28 23:13:54 -06:00 committed by GitHub
parent f585777e56
commit 4d0dbeb2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -13,6 +13,10 @@
{ {
"hostname": "roomba-*", "hostname": "roomba-*",
"macaddress": "80A589*" "macaddress": "80A589*"
},
{
"hostname": "roomba-*",
"macaddress": "DCF505*"
} }
], ],
"iot_class": "local_push", "iot_class": "local_push",

View File

@ -255,6 +255,11 @@ DHCP = [
"hostname": "roomba-*", "hostname": "roomba-*",
"macaddress": "80A589*" "macaddress": "80A589*"
}, },
{
"domain": "roomba",
"hostname": "roomba-*",
"macaddress": "DCF505*"
},
{ {
"domain": "samsungtv", "domain": "samsungtv",
"hostname": "tizen*" "hostname": "tizen*"