hass-core/homeassistant/components/switchbot_cloud/manifest.json
2023-12-19 10:27:31 -10:00

10 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==1.3.0"]
}