2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "songpal",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "Sony Songpal",
|
2020-05-06 22:52:33 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/songpal",
|
2022-03-01 17:19:34 +00:00
|
|
|
"requirements": ["python-songpal==0.14.1"],
|
2020-05-06 22:52:33 +00:00
|
|
|
"codeowners": ["@rytilahti", "@shenxn"],
|
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"st": "urn:schemas-sony-com:service:ScalarWebAPI:1",
|
|
|
|
"manufacturer": "Sony Corporation"
|
|
|
|
}
|
2020-05-10 02:30:34 +00:00
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"quality_scale": "gold",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["songpal"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|