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,7 +13,11 @@
{
"hostname": "roomba-*",
"macaddress": "80A589*"
}
},
{
"hostname": "roomba-*",
"macaddress": "DCF505*"
}
],
"iot_class": "local_push",
"loggers": ["paho_mqtt", "roombapy"]

View file

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