mirror of
https://github.com/home-assistant/core.git
synced 2026-05-17 05:51:33 +01:00
f828b1ce85
* Update switchbot-api to 2.0.0 * bump requirements
11 lines
309 B
JSON
11 lines
309 B
JSON
{
|
|
"domain": "switchbot_cloud",
|
|
"name": "SwitchBot Cloud",
|
|
"codeowners": ["@SeraphicRav"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/switchbot_cloud",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["switchbot-api"],
|
|
"requirements": ["switchbot-api==2.0.0"]
|
|
}
|