* Add k10+ vacuum in switchbot cloud integration * Change label fan speed, Mapping state HA, Add others vacuums * Update homeassistant/components/switchbot_cloud/vacuum.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Remove comments and add mapping for fan speed --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
11 lines
377 B
JSON
11 lines
377 B
JSON
{
|
|
"domain": "switchbot_cloud",
|
|
"name": "SwitchBot Cloud",
|
|
"codeowners": ["@SeraphicRav", "@laurence-presland", "@Gigatrappeur"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/switchbot_cloud",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["switchbot-api"],
|
|
"requirements": ["switchbot-api==2.2.1"]
|
|
}
|