mirror of
https://github.com/sudoxnym/roomba_rest980.git
synced 2026-04-14 11:37:46 +00:00
45 lines
No EOL
812 B
JSON
45 lines
No EOL
812 B
JSON
{
|
|
"domain": "roomba_rest980",
|
|
"name": "Roomba (Rest980)",
|
|
"codeowners": [
|
|
"@ia74"
|
|
],
|
|
"version": "1.6.2",
|
|
"config_flow": true,
|
|
"dependencies": [],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "irobot-*",
|
|
"macaddress": "501479*"
|
|
},
|
|
{
|
|
"hostname": "roomba-*",
|
|
"macaddress": "80A589*"
|
|
},
|
|
{
|
|
"hostname": "roomba-*",
|
|
"macaddress": "DCF505*"
|
|
},
|
|
{
|
|
"hostname": "roomba-*",
|
|
"macaddress": "204EF6*"
|
|
}
|
|
],
|
|
"documentation": "https://github.com/ia74/roomba_rest980",
|
|
"iot_class": "local_polling",
|
|
"requirements": [
|
|
"aiohttp",
|
|
"Pillow",
|
|
"aiofiles"
|
|
],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_amzn-alexa._tcp.local.",
|
|
"name": "irobot-*"
|
|
},
|
|
{
|
|
"type": "_amzn-alexa._tcp.local.",
|
|
"name": "roomba-*"
|
|
}
|
|
]
|
|
} |