mirror of https://github.com/home-assistant/core
18 lines
453 B
JSON
18 lines
453 B
JSON
{
|
|
"domain": "braviatv",
|
|
"name": "Sony Bravia TV",
|
|
"codeowners": ["@bieniu", "@Drafteed"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/braviatv",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pybravia"],
|
|
"requirements": ["pybravia==0.3.4"],
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:schemas-sony-com:service:ScalarWebAPI:1",
|
|
"manufacturer": "Sony Corporation"
|
|
}
|
|
]
|
|
}
|