1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 12:55:16 +00:00
Files
core/homeassistant/components/roborock/manifest.json
2024-06-09 22:58:49 +02:00

14 lines
349 B
JSON

{
"domain": "roborock",
"name": "Roborock",
"codeowners": ["@humbertogontijo", "@Lash-L"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/roborock",
"iot_class": "local_polling",
"loggers": ["roborock"],
"requirements": [
"python-roborock==2.3.0",
"vacuum-map-parser-roborock==0.1.2"
]
}