Files
ha-core/homeassistant/components/switchbot_cloud/manifest.json
2025-09-18 07:46:51 +02:00

18 lines
445 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.8.0"]
}