mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Add Lutron Caseta zeroconf discovery for RA3/HWQSX (#80852)
This commit is contained in:
parent
3c40634fbb
commit
fdcce0446c
@ -4,7 +4,20 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/lutron_caseta",
|
"documentation": "https://www.home-assistant.io/integrations/lutron_caseta",
|
||||||
"requirements": ["pylutron-caseta==0.17.1"],
|
"requirements": ["pylutron-caseta==0.17.1"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"zeroconf": ["_leap._tcp.local."],
|
"zeroconf": [
|
||||||
|
{
|
||||||
|
"type": "_lutron._tcp.local.",
|
||||||
|
"properties": { "SYSTYPE": "radiora3*" }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "_lutron._tcp.local.",
|
||||||
|
"properties": { "SYSTYPE": "smartbridge*" }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "_lutron._tcp.local.",
|
||||||
|
"properties": { "SYSTYPE": "ra2select*" }
|
||||||
|
}
|
||||||
|
],
|
||||||
"homekit": {
|
"homekit": {
|
||||||
"models": ["Smart Bridge"]
|
"models": ["Smart Bridge"]
|
||||||
},
|
},
|
||||||
|
@ -242,16 +242,31 @@ ZEROCONF = {
|
|||||||
"name": "gateway*",
|
"name": "gateway*",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"_leap._tcp.local.": [
|
|
||||||
{
|
|
||||||
"domain": "lutron_caseta",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
"_lookin._tcp.local.": [
|
"_lookin._tcp.local.": [
|
||||||
{
|
{
|
||||||
"domain": "lookin",
|
"domain": "lookin",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
"_lutron._tcp.local.": [
|
||||||
|
{
|
||||||
|
"domain": "lutron_caseta",
|
||||||
|
"properties": {
|
||||||
|
"SYSTYPE": "radiora3*",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "lutron_caseta",
|
||||||
|
"properties": {
|
||||||
|
"SYSTYPE": "smartbridge*",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "lutron_caseta",
|
||||||
|
"properties": {
|
||||||
|
"SYSTYPE": "ra2select*",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
"_mediaremotetv._tcp.local.": [
|
"_mediaremotetv._tcp.local.": [
|
||||||
{
|
{
|
||||||
"domain": "apple_tv",
|
"domain": "apple_tv",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user