15 lines
361 B
JSON
15 lines
361 B
JSON
{
|
|
"domain": "lutron_caseta",
|
|
"name": "Lutron Caséta",
|
|
"documentation": "https://www.home-assistant.io/integrations/lutron_caseta",
|
|
"requirements": [
|
|
"pylutron-caseta==0.9.0", "aiolip==1.1.4"
|
|
],
|
|
"config_flow": true,
|
|
"zeroconf": ["_leap._tcp.local."],
|
|
"homekit": {
|
|
"models": ["Smart Bridge"]
|
|
},
|
|
"codeowners": ["@swails", "@bdraco"]
|
|
}
|