Add support for Lutron HWQS Proc discovery (#129274)

This commit is contained in:
Tomer Shemesh 2024-10-29 08:27:44 -04:00 committed by GitHub
parent 5ae2f3d081
commit 5fc45cd736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,12 @@
"loggers": ["pylutron_caseta"],
"requirements": ["pylutron-caseta==0.21.1"],
"zeroconf": [
{
"type": "_lutron._tcp.local.",
"properties": {
"SYSTYPE": "hwqs*"
}
},
{
"type": "_lutron._tcp.local.",
"properties": {

View File

@ -614,6 +614,12 @@ ZEROCONF = {
},
],
"_lutron._tcp.local.": [
{
"domain": "lutron_caseta",
"properties": {
"SYSTYPE": "hwqs*",
},
},
{
"domain": "lutron_caseta",
"properties": {