Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions custom_components/samsungtv_smart/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ class PowerOnMethod(Enum):
# "st_app_id": "evKhCgZelL.AmazonIgnitionLauncher2",
# "logo": "",
# }, # Prime Video
"3201910019365": {
"st_app_id": "org.tizen.primevideo",
"logo": "primevideo.png",
}, # Prime Video (New)
"3201901017640": {
"st_app_id": "MCmYXNxgcu.DisneyPlus",
"logo": "disneyplus.png",
Expand Down
6 changes: 3 additions & 3 deletions docs/App_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Here are some known lists of app IDs: [List 1](https://github.com/tavicu/homebri
(Another way of finding the alphanumerical ID is by enabling the [SmartThings API](https://github.com/ollo69/ha-samsungtv-smart/blob/master/docs/Smartthings.md) and running an app on the TV, this will show the alphanumerical ID as `media_title` in the component)

Here are 3 examples values for `app_list`:
- `'{"Netflix": "11101200001", "Prime Video": "3201512006785", "Spotify": "3201606009684"}'`
- `'{"Netflix": "org.tizen.netflix-app", "Prime Video": "org.tizen.ignition", "Spotify": "3201606009684"}'`
- `'{"Netflix": "11101200001/org.tizen.netflix-app", "Prime Video": "3201512006785/org.tizen.ignition", "Spotify": "3201606009684"}'`
- `'{"Netflix": "3201907018807", "Prime Video": "3201910019365", "Spotify": "3201606009684"}'`
- `'{"Netflix": "org.tizen.netflix-app", "Prime Video": "org.tizen.primevideo", "Spotify": "3201606009684"}'`
- `'{"Netflix": "3201907018807/org.tizen.netflix-app", "Prime Video": "3201910019365/org.tizen.primevideo", "Spotify": "3201606009684"}'`

(the last one is the prefered method, which includes both numerical and alphanumerical IDs, for increased support of this component)

Expand Down