diff --git a/homeassistant/components/squeezebox/manifest.json b/homeassistant/components/squeezebox/manifest.json index 5c384e6ae1c..c31d80e1acf 100644 --- a/homeassistant/components/squeezebox/manifest.json +++ b/homeassistant/components/squeezebox/manifest.json @@ -8,5 +8,8 @@ "requirements": [ "pysqueezebox==0.5.5" ], - "config_flow": true + "config_flow": true, + "dhcp": [ + {"hostname":"squeezebox*","macaddress":"000420*"} + ] } diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 9d964c69fb4..4d7e391d7db 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -115,6 +115,11 @@ DHCP = [ "hostname": "somfy_*", "macaddress": "B8B7F1*" }, + { + "domain": "squeezebox", + "hostname": "squeezebox*", + "macaddress": "000420*" + }, { "domain": "tesla", "hostname": "tesla_*",