hass-core/homeassistant/components/switchbot/manifest.json
2022-02-22 14:17:50 +01:00

10 lines
303 B
JSON

{
"domain": "switchbot",
"name": "SwitchBot",
"documentation": "https://www.home-assistant.io/integrations/switchbot",
"requirements": ["PySwitchbot==0.13.3"],
"config_flow": true,
"codeowners": ["@danielhiversen", "@RenierM26"],
"iot_class": "local_polling",
"loggers": ["switchbot"]
}