Radioh / ha_twitch_helix

Home Assistant custom component to integrate with Twitch helix api.
MIT License
21 stars 2 forks source link

Subscribed Attribute wrong #17

Closed kc3577 closed 2 years ago

kc3577 commented 2 years ago

all my subscribed channels are shown as false. I entered my channel name and it says I'm following

Radioh commented 2 years ago

Hi, it sounds like you might not have the user:read:subscriptions or user_subscriptions scope. Please add those scopes to your client application if you want to have those data available through the API.

You should be able to add those scopes to your application by following this: https://www.home-assistant.io/integrations/twitch/

kc3577 commented 2 years ago

where do I enter the OAuth token? the entry token: does not allow Home Assistant with twitch_helix

kc3577 commented 2 years ago

ok, took care of itself the token generator transfers it automatically