1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/youless/manifest.json
2026-02-25 07:28:11 +01:00

12 lines
307 B
JSON

{
"domain": "youless",
"name": "YouLess",
"codeowners": ["@gjong"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/youless",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["youless_api"],
"requirements": ["youless-api==2.2.0"]
}