core/homeassistant/components/youless/manifest.json

11 lines
274 B
JSON
Raw Normal View History

{
"domain": "youless",
"name": "YouLess",
2023-02-08 19:10:18 +00:00
"codeowners": ["@gjong"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/youless",
"iot_class": "local_polling",
2023-02-08 19:10:18 +00:00
"loggers": ["youless_api"],
"requirements": ["youless-api==0.16"]
}