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