LordBoos / discord_game

Home Assistant custom component to get online and game status of Discord users
MIT License
56 stars 7 forks source link

Setup in configuration.yaml not working anymore? #54

Closed pixelwave closed 1 month ago

pixelwave commented 1 month ago

I used to setup the discord_game in my configuration.yaml like this:

sensors:
  # Discord Online Status
  - platform: discord_game
    access_token: [...]
    image_format: webp # optional, available formats are: png, webp, jpeg, jpg
    members:
      - 4941...

But that does not seem to work anymore after a recent home assistant update?

LordBoos commented 1 month ago

Last version has to be configured via configuration flow in the home assistant front end integrations. It's mentioned in the release notes.