Add dhcp discovery to Sensibo for non-HomeKit devices (#66350)

This commit is contained in:
J. Nick Koston 2022-02-11 16:27:00 -06:00 committed by GitHub
parent f8fec3d990
commit cc0fb5d9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -9,5 +9,8 @@
"homekit": {
"models": ["Sensibo"]
},
"dhcp": [
{"hostname":"sensibo*"}
],
"loggers": ["pysensibo"]
}

View File

@ -312,6 +312,10 @@ DHCP = [
"domain": "senseme",
"macaddress": "20F85E*"
},
{
"domain": "sensibo",
"hostname": "sensibo*"
},
{
"domain": "simplisafe",
"hostname": "simplisafe*",