1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/squeezebox/manifest.json
2021-04-15 10:21:38 +02:00

16 lines
358 B
JSON

{
"domain": "squeezebox",
"name": "Logitech Squeezebox",
"documentation": "https://www.home-assistant.io/integrations/squeezebox",
"codeowners": ["@rajlaud"],
"requirements": ["pysqueezebox==0.5.5"],
"config_flow": true,
"dhcp": [
{
"hostname": "squeezebox*",
"macaddress": "000420*"
}
],
"iot_class": "local_polling"
}