floris-b / lms_tts_notify

Logitech Media Server TTS Notify Queue for Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alert_sound overwrite

Skysurfer-14 opened this issue · comments

I have defined 2 notifies with different alert sounds. The fist defined alarm sound is overwritten by the second. So both notifies use the alarm sound "Hinweis".

After deleting the the second notify "Sound_Aktor_Hinweis", the first notify is played with the right alert sound.

notify:
  - platform: lms_tts_notify
    name: Sound_Aktor_Alarm
    tts_service: tts.google_say
    media_player: media_player.squeezelite_997344
    device_group: group.all_persons
    alert_sound: Alarm
    volume: 1.0
  - platform: lms_tts_notify
    name: Sound_Aktor_Hinweis
    tts_service: tts.google_say
    media_player: media_player.squeezelite_997344
    device_group: group.all_persons
    alert_sound: Hinweis
    volume: 0.8

You only configure each player once in the configuration
alert_sound: is the default , you can specify a different one when calling the service