2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "braviatv",
|
2020-01-06 22:59:12 +00:00
|
|
|
"name": "Sony Bravia TV",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/braviatv",
|
2022-09-28 12:46:43 +00:00
|
|
|
"requirements": ["pybravia==0.2.3"],
|
2021-06-17 10:33:44 +00:00
|
|
|
"codeowners": ["@bieniu", "@Drafteed"],
|
2022-09-23 13:03:43 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"st": "urn:schemas-sony-com:service:ScalarWebAPI:1",
|
|
|
|
"manufacturer": "Sony Corporation"
|
|
|
|
}
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2022-08-10 11:11:49 +00:00
|
|
|
"loggers": ["pybravia"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|