core/homeassistant/components/songpal/manifest.json

18 lines
448 B
JSON
Raw Normal View History

{
"domain": "songpal",
"name": "Sony Songpal",
2023-02-08 19:22:30 +00:00
"codeowners": ["@rytilahti", "@shenxn"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/songpal",
2023-02-08 19:22:30 +00:00
"iot_class": "local_push",
"loggers": ["songpal"],
"quality_scale": "gold",
2022-09-14 19:54:01 +00:00
"requirements": ["python-songpal==0.15.1"],
"ssdp": [
{
"st": "urn:schemas-sony-com:service:ScalarWebAPI:1",
"manufacturer": "Sony Corporation"
}
2023-02-08 19:22:30 +00:00
]
}