core/homeassistant/components/switchbot/manifest.json

12 lines
380 B
JSON

{
"domain": "switchbot",
"name": "SwitchBot",
"documentation": "https://www.home-assistant.io/integrations/switchbot",
"requirements": ["PySwitchbot==0.14.0"],
"config_flow": true,
"codeowners": ["@danielhiversen", "@RenierM26"],
"bluetooth": [{ "service_uuid": "cba20d00-224d-11e6-9fb8-0002a5d5c51b" }],
"iot_class": "local_polling",
"loggers": ["switchbot"]
}