mirror of https://github.com/home-assistant/core
12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
|
"domain": "switcher_kis",
|
|
"name": "Switcher",
|
|
"codeowners": ["@thecode", "@YogevBokobza"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/switcher_kis",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aioswitcher"],
|
|
"requirements": ["aioswitcher==5.0.0"],
|
|
"single_config_entry": true
|
|
}
|