Skip to content

Releases: LordBoos/discord_game

Config flow, Devices dashboard, Separate sensors

18 Apr 18:58
e698f60
Compare
Choose a tag to compare

Warning! this update is not backwards compatible in some places!

  • Config flow
    • This integration is now set up using config flow, that means you will now set it up from Home Assistant integrations dashboard
    • Configuration migration from yaml is not implemented. That means you will have to set up the integration again, but sensor IDs should stay the same, so you don't need to update your automations (probably)
    • You no longer need to get Discord users ID's using developer mode, all users visible to bot are listed in the configuration flow and you just klick on their names
  • Devices dashboard
    • Every tracked user will now create a device and entities linked to those devices in the Home Assistant devices dashboard
  • Separate sensors
    • Due to a big demand, every attribute that was previously under the main sensor now creates a separate sensor, so you can easily add them to your Lovelace dashboard
      • Attributes are still present in the main sensor for backwards compatibility
  • Channel reactions tracking
    • You can now track which user last added a reaction in the selected Discord channels
    • Can be used for eg. tracking if somebody reaction-voted on your post
  • Fixes
    • Small various fixes regarding game images

Fix crash when game has no icon attribute (started to happen recently)

29 Nov 16:31
Compare
Choose a tag to compare

Fix crash when game has no icon attribute.
These games will not have icon in HA, but other information will still be available.

Fix crash when game has no icon attribute (started to happen recently)

29 Nov 16:30
Compare
Choose a tag to compare

Fix crash when game has no icon attribute.
These games will not have icon in HA, but other information will still be available.

Fix Spotify artist

02 Oct 22:37
Compare
Choose a tag to compare
Fix Spotify artist Pre-release
Pre-release

Fix for a bug that caused Spotify artist to not shop up in HA

Fix Spotify artist

02 Oct 22:38
Compare
Choose a tag to compare

Fix for a bug that caused Spotify artist to not shop up in HA

Experimental alpha version compatibility update

03 Sep 16:16
Compare
Choose a tag to compare

This is an experimental version with reactions support. Use regular version if you don't need this feature.
This is a small update that should resolve some issues caused by changes in latest HA and nextcord versions.

Compatibility update

03 Sep 16:13
Compare
Choose a tag to compare

This is a small update that should resolve some issues caused by changes in latest HA and nextcord versions.

Fix startup

04 Mar 10:52
e1188e3
Compare
Choose a tag to compare
Fix startup Pre-release
Pre-release

Fix manifest to allow the integration to initialize.

Reactions

04 Mar 02:32
Compare
Choose a tag to compare
Reactions Pre-release
Pre-release

This is experimental alpha version, use at you own risk.

  • Added possibility to watch for reactions on messages in a channel, sensor will show the name of the user that last added a reaction
  • To add watched channel, use channels configuration like following (with real IDs of your channels):
  • channels:
    • 816364303425912345
    • 816364464759712345

Activity updates hotfix

03 Mar 15:54
Compare
Choose a tag to compare

Fix for activities not updating