mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 10:55:50 +00:00
18 lines
446 B
JSON
18 lines
446 B
JSON
{
|
|
"domain": "switchbot_cloud",
|
|
"name": "SwitchBot Cloud",
|
|
"codeowners": [
|
|
"@SeraphicRav",
|
|
"@laurence-presland",
|
|
"@Gigatrappeur",
|
|
"@XiaoLing-git"
|
|
],
|
|
"config_flow": true,
|
|
"dependencies": ["webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/switchbot_cloud",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["switchbot_api"],
|
|
"requirements": ["switchbot-api==2.10.0"]
|
|
}
|