1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/roborock/manifest.json
2023-12-18 16:26:45 -10:00

14 lines
350 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==0.38.0",
"vacuum-map-parser-roborock==0.1.1"
]
}