1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 08:32:13 +00:00
Files
core/homeassistant/components/switchbot/manifest.json
2022-01-28 13:37:53 -08:00

11 lines
303 B
JSON

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