mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00

* Bump python Roborock to 2.15.0 * Add aiohttp clientsession * inject websession * fix lint after merge * bump to 2.16 * bump and revert * revert formatting
14 lines
346 B
JSON
14 lines
346 B
JSON
{
|
|
"domain": "roborock",
|
|
"name": "Roborock",
|
|
"codeowners": ["@Lash-L", "@allenporter"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/roborock",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["roborock"],
|
|
"requirements": [
|
|
"python-roborock==2.16.1",
|
|
"vacuum-map-parser-roborock==0.1.2"
|
|
]
|
|
}
|