core/homeassistant/components/switchbee/manifest.json

10 lines
255 B
JSON
Raw Normal View History

{
"domain": "switchbee",
"name": "SwitchBee",
2023-02-08 19:22:30 +00:00
"codeowners": ["@jafar-atili"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/switchbee",
2023-02-08 19:22:30 +00:00
"iot_class": "local_push",
"requirements": ["pyswitchbee==1.7.19"]
}