roberodin / ha-samsungtv-custom

📺 HomeAssistant - SamsungTV Custom Component
Apache License 2.0
123 stars 176 forks source link

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

Open theOrakle opened 4 years ago

theOrakle commented 4 years ago

I would like Hulu added to the apps...

Boss-man commented 4 years ago

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.

AdamOttvar commented 4 years ago

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)