lms_tts_notify icon indicating copy to clipboard operation
lms_tts_notify copied to clipboard

Logitech Media Server TTS Notify Queue for Home Assistant

Results 2 lms_tts_notify issues
Sort by recently updated
recently updated
newest added

``` notify: - platform: lms_tts_notify name: kitchen entity_id: tts.piper tts_service: tts.speak media_player: media_player.the_kitchen device_group: group.parents force_play: true alert_sound: Alert volume: 0.5 ``` Playback starts back up which is great but...

[ChimeTTS](https://github.com/nimroddolev/chime_tts) is another TTS wrapper that adds the ability to modify the audio sent to the media players. For example, similar to `alert_sound`, a pre-message sound can be added. In...