core/homeassistant/components/lutron/manifest.json

12 lines
318 B
JSON

{
"domain": "lutron",
"name": "Lutron",
"codeowners": ["@cdheiser", "@wilburCForce"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/lutron",
"iot_class": "local_polling",
"loggers": ["pylutron"],
"requirements": ["pylutron==0.2.16"],
"single_config_entry": true
}