mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add additional roomba OUIs to DHCP discovery (#65161)
This commit is contained in:
parent
f585777e56
commit
4d0dbeb2b5
@ -13,6 +13,10 @@
|
|||||||
{
|
{
|
||||||
"hostname": "roomba-*",
|
"hostname": "roomba-*",
|
||||||
"macaddress": "80A589*"
|
"macaddress": "80A589*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "roomba-*",
|
||||||
|
"macaddress": "DCF505*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
|
@ -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*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user