1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/switchbee/manifest.json
2026-02-20 16:19:28 +01:00

11 lines
283 B
JSON

{
"domain": "switchbee",
"name": "SwitchBee",
"codeowners": ["@jafar-atili"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/switchbee",
"integration_type": "hub",
"iot_class": "local_push",
"requirements": ["pyswitchbee==1.8.3"]
}