core/homeassistant/components/squeezebox/manifest.json

17 lines
404 B
JSON
Raw Normal View History

{
"domain": "squeezebox",
"name": "Squeezebox (Logitech Media Server)",
"codeowners": ["@rajlaud"],
"config_flow": true,
"dhcp": [
{
"hostname": "squeezebox*",
"macaddress": "000420*"
}
],
2023-02-08 19:22:30 +00:00
"documentation": "https://www.home-assistant.io/integrations/squeezebox",
"iot_class": "local_polling",
2023-02-08 19:22:30 +00:00
"loggers": ["pysqueezebox"],
2023-05-26 19:53:40 +00:00
"requirements": ["pysqueezebox==0.6.3"]
}