roberodin/ha-samsungtv-custom

First - Thank you, Second - Can I have 1 more app

Opened this issue · 2 comments

I would like Hulu added to the apps...

I would like "ViaPlay" and "Tv2 Play"
Is there anything I can do to get the appid ?

I see in the application.py file that it is a bunch of numbers.

I have created PR #52 to add Viaplay. I do not have Hulu or Tv2 Play installed.

I used https://github.com/xchwarze/samsung-tv-ws-api to retrieve the appID.

# View installed apps
apps = tv.app_list()
logging.info(apps)