mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Add dhcp discovery to Sensibo for non-HomeKit devices (#66350)
This commit is contained in:
parent
f8fec3d990
commit
cc0fb5d9db
@ -9,5 +9,8 @@
|
||||
"homekit": {
|
||||
"models": ["Sensibo"]
|
||||
},
|
||||
"dhcp": [
|
||||
{"hostname":"sensibo*"}
|
||||
],
|
||||
"loggers": ["pysensibo"]
|
||||
}
|
||||
|
@ -312,6 +312,10 @@ DHCP = [
|
||||
"domain": "senseme",
|
||||
"macaddress": "20F85E*"
|
||||
},
|
||||
{
|
||||
"domain": "sensibo",
|
||||
"hostname": "sensibo*"
|
||||
},
|
||||
{
|
||||
"domain": "simplisafe",
|
||||
"hostname": "simplisafe*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user