1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/switchbot_cloud/manifest.json
2026-01-10 13:01:55 +01:00

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"]
}