Added
- Clarified documentation about the default MQTT port. Pull request #90 by @jasonhildebrand.
- Added and explained example app to continue a session.
- Added and explained example app for notifications.
Changed
- Updated dependency to rhasspy-hermes 0.6.1.
Fixed
- Added missing
await
in rhasspyhermes_app.HermesApp.on_raw_message. Pull request #89 by @H3adcra5h.