mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 19:42:30 +01:00
11 lines
287 B
JSON
11 lines
287 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.13"]
|
|
}
|