2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "samsungtv",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "Samsung Smart TV",
|
2023-02-08 19:13:46 +00:00
|
|
|
"codeowners": ["@chemelli74", "@epenet"],
|
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": ["ssdp"],
|
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"registered_devices": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "tizen*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"macaddress": "4844F7*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"macaddress": "606BBD*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"macaddress": "641CB0*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"macaddress": "8CC8CD*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"macaddress": "8CEA48*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"macaddress": "F47B5E*"
|
|
|
|
}
|
|
|
|
],
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/samsungtv",
|
2023-02-08 19:13:46 +00:00
|
|
|
"integration_type": "device",
|
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["samsungctl", "samsungtvws"],
|
2021-05-22 15:41:18 +00:00
|
|
|
"requirements": [
|
2021-07-26 14:43:05 +00:00
|
|
|
"getmac==0.8.2",
|
2021-05-22 15:41:18 +00:00
|
|
|
"samsungctl[websocket]==0.7.1",
|
2023-05-09 23:52:38 +00:00
|
|
|
"samsungtvws[async,encrypted]==2.6.0",
|
2022-07-11 04:05:09 +00:00
|
|
|
"wakeonlan==2.1.0",
|
2023-05-21 22:17:08 +00:00
|
|
|
"async-upnp-client==0.33.2"
|
2021-05-22 15:41:18 +00:00
|
|
|
],
|
2020-01-10 02:19:10 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
2020-02-03 19:34:02 +00:00
|
|
|
"st": "urn:samsung.com:device:RemoteControlReceiver:1"
|
2022-03-27 20:30:45 +00:00
|
|
|
},
|
2022-03-28 08:01:07 +00:00
|
|
|
{
|
|
|
|
"st": "urn:samsung.com:service:MainTVAgent2:1"
|
|
|
|
},
|
2022-03-27 20:30:45 +00:00
|
|
|
{
|
|
|
|
"manufacturer": "Samsung",
|
|
|
|
"st": "urn:schemas-upnp-org:service:RenderingControl:1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"manufacturer": "Samsung Electronics",
|
|
|
|
"st": "urn:schemas-upnp-org:service:RenderingControl:1"
|
2020-01-10 02:19:10 +00:00
|
|
|
}
|
|
|
|
],
|
2021-05-22 15:41:18 +00:00
|
|
|
"zeroconf": [
|
2022-03-30 08:56:37 +00:00
|
|
|
{
|
|
|
|
"type": "_airplay._tcp.local.",
|
2023-02-08 19:13:46 +00:00
|
|
|
"properties": {
|
|
|
|
"manufacturer": "samsung*"
|
|
|
|
}
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|
2023-02-08 19:13:46 +00:00
|
|
|
]
|
2020-04-03 19:58:19 +00:00
|
|
|
}
|