mirror of https://github.com/home-assistant/core
13 lines
344 B
JSON
13 lines
344 B
JSON
{
|
|
"domain": "cookidoo",
|
|
"name": "Cookidoo",
|
|
"codeowners": ["@miaucl"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/cookidoo",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["cookidoo_api"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["cookidoo-api==0.12.2"]
|
|
}
|