Releases: LordBoos/discord_game
Config flow, Devices dashboard, Separate sensors
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
- 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
- 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)
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)
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
Fix for a bug that caused Spotify artist to not shop up in HA
Fix Spotify artist
Fix for a bug that caused Spotify artist to not shop up in HA
Experimental alpha version compatibility update
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
This is a small update that should resolve some issues caused by changes in latest HA and nextcord versions.
Fix startup
Fix manifest to allow the integration to initialize.
Reactions
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
Fix for activities not updating