* Add YogevBokobza to switchre_kis CODEOWNERS * Update manifest.json * Update homeassistant/components/switcher_kis/manifest.json --------- Co-authored-by: Shay Levy <levyshay1@gmail.com>
12 lines
364 B
JSON
12 lines
364 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"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["aioswitcher==4.0.3"],
|
|
"single_config_entry": true
|
|
}
|