Skip to content

Releases: LordBoos/discord_game

6.0.3

12 Dec 14:11
28e471b
Compare
Choose a tag to compare

Small bugfix release to fix config flow.

What's Changed

  • Fix channelNames is not defined in config_flow.py by @TReKiE in #67

New Contributors

Full Changelog: 6.0.2...6.0.3

6.0.2

11 Dec 10:17
Compare
Choose a tag to compare

This is a small update, that fixes various issues in the config flow and async handling.
Home Assistant will no longer show warnings on startup regarding Discord Game about blocking calls and async_forward_entry_setup.

Thanks to the new contributors for their time and work!

What's Changed

New Contributors

Full Changelog: 6.0.1...6.0.2

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.