mirror of https://github.com/home-assistant/core
14 lines
329 B
JSON
14 lines
329 B
JSON
{
|
|
"domain": "roborock",
|
|
"name": "Roborock",
|
|
"codeowners": ["@Lash-L"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/roborock",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["roborock"],
|
|
"requirements": [
|
|
"python-roborock==2.7.2",
|
|
"vacuum-map-parser-roborock==0.1.2"
|
|
]
|
|
}
|