roomba_rest980/custom_components/roomba_rest980/manifest.json
2025-07-24 19:01:07 -05:00

45 lines
No EOL
812 B
JSON

{
"domain": "roomba_rest980",
"name": "Roomba (Rest980)",
"codeowners": [
"@ia74"
],
"version": "1.5.0",
"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-*"
}
]
}