39 lines
806 B
JSON
39 lines
806 B
JSON
{
|
|
"domain": "roomba",
|
|
"name": "iRobot Roomba and Braava",
|
|
"codeowners": ["@pschmitt", "@cyr-ius", "@shenxn"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "irobot-*",
|
|
"macaddress": "501479*"
|
|
},
|
|
{
|
|
"hostname": "roomba-*",
|
|
"macaddress": "80A589*"
|
|
},
|
|
{
|
|
"hostname": "roomba-*",
|
|
"macaddress": "DCF505*"
|
|
},
|
|
{
|
|
"hostname": "roomba-*",
|
|
"macaddress": "204EF6*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/roomba",
|
|
"iot_class": "local_push",
|
|
"loggers": ["paho_mqtt", "roombapy"],
|
|
"requirements": ["roombapy==1.6.8"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_amzn-alexa._tcp.local.",
|
|
"name": "irobot-*"
|
|
},
|
|
{
|
|
"type": "_amzn-alexa._tcp.local.",
|
|
"name": "roomba-*"
|
|
}
|
|
]
|
|
}
|