mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 05:34:15 +01:00
13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"domain": "switchbee",
|
|
"name": "SwitchBee",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/switchbee",
|
|
"requirements": ["pyswitchbee==1.5.5"],
|
|
"codeowners": ["@jafar-atili"],
|
|
"iot_class": "local_polling",
|
|
"supported_brands": {
|
|
"bswitch": "BSwitch"
|
|
}
|
|
}
|