core/homeassistant/components/qwikswitch/manifest.json

10 lines
268 B
JSON
Raw Normal View History

{
"domain": "qwikswitch",
"name": "QwikSwitch QSUSB",
"codeowners": ["@kellerza"],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/qwikswitch",
"iot_class": "local_push",
2023-02-08 19:13:46 +00:00
"loggers": ["pyqwikswitch"],
"requirements": ["pyqwikswitch==0.93"]
}