Add dhcp discovery to squeezebox (#45210)

This commit is contained in:
J. Nick Koston 2021-01-16 03:25:15 -10:00 committed by GitHub
parent 7c7b357357
commit 74082194a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -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*"}
]
} }

View File

@ -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_*",