mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add dhcp discovery to squeezebox (#45210)
This commit is contained in:
parent
7c7b357357
commit
74082194a6
@ -8,5 +8,8 @@
|
||||
"requirements": [
|
||||
"pysqueezebox==0.5.5"
|
||||
],
|
||||
"config_flow": true
|
||||
"config_flow": true,
|
||||
"dhcp": [
|
||||
{"hostname":"squeezebox*","macaddress":"000420*"}
|
||||
]
|
||||
}
|
||||
|
@ -115,6 +115,11 @@ DHCP = [
|
||||
"hostname": "somfy_*",
|
||||
"macaddress": "B8B7F1*"
|
||||
},
|
||||
{
|
||||
"domain": "squeezebox",
|
||||
"hostname": "squeezebox*",
|
||||
"macaddress": "000420*"
|
||||
},
|
||||
{
|
||||
"domain": "tesla",
|
||||
"hostname": "tesla_*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user