mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 11:31:45 +01:00
10 lines
255 B
JSON
10 lines
255 B
JSON
{
|
|
"domain": "switchbee",
|
|
"name": "SwitchBee",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/switchbee",
|
|
"requirements": ["pyswitchbee==1.7.19"],
|
|
"codeowners": ["@jafar-atili"],
|
|
"iot_class": "local_push"
|
|
}
|