2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "braviatv",
|
2020-01-06 22:59:12 +00:00
|
|
|
"name": "Sony Bravia TV",
|
2023-02-08 19:16:39 +00:00
|
|
|
"codeowners": ["@bieniu", "@Drafteed"],
|
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/braviatv",
|
2023-02-08 19:16:39 +00:00
|
|
|
"integration_type": "device",
|
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["pybravia"],
|
2023-05-03 06:52:56 +00:00
|
|
|
"requirements": ["pybravia==0.3.3"],
|
2022-09-23 13:03:43 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"st": "urn:schemas-sony-com:service:ScalarWebAPI:1",
|
|
|
|
"manufacturer": "Sony Corporation"
|
|
|
|
}
|
2023-02-08 19:16:39 +00:00
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|