Releases: LordBoos/discord_game
6.0.3
6.0.2
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
- Improve inclusivity by @mrdarrengriffin in #64
- Fix async_forward_entry_setup deprecation in init.py by @Jamie932 in #65
- Fix import_module blocking call in config_flow.py by @Jamie932 in #66
New Contributors
- @mrdarrengriffin made their first contribution in #64
- @Jamie932 made their first contribution in #65
Full Changelog: 6.0.1...6.0.2
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.