mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add zeroconf support to roomba (#93309)
This commit is contained in:
@@ -279,6 +279,16 @@ ZEROCONF = {
|
||||
"domain": "apple_tv",
|
||||
},
|
||||
],
|
||||
"_amzn-alexa._tcp.local.": [
|
||||
{
|
||||
"domain": "roomba",
|
||||
"name": "irobot-*",
|
||||
},
|
||||
{
|
||||
"domain": "roomba",
|
||||
"name": "roomba-*",
|
||||
},
|
||||
],
|
||||
"_androidtvremote2._tcp.local.": [
|
||||
{
|
||||
"domain": "androidtv_remote",
|
||||
|
||||
Reference in New Issue
Block a user