mirror of
https://github.com/home-assistant/core.git
synced 2026-03-06 22:14:58 +01:00
11 lines
283 B
JSON
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"]
|
|
}
|