mirror of https://github.com/home-assistant/core
12 lines
325 B
JSON
12 lines
325 B
JSON
{
|
|
"domain": "flick_electric",
|
|
"name": "Flick Electric",
|
|
"codeowners": ["@ZephireNZ"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/flick_electric",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyflick"],
|
|
"requirements": ["PyFlick==0.0.2"]
|
|
}
|