alarmo icon indicating copy to clipboard operation
alarmo copied to clipboard

Notification TTS Speak error

Open Nuroduas opened this issue 4 months ago • 4 comments

Alarmo Version

v1.10.0

HA Version

2024.4.3

Bug description

Using the UI for Alarmo in HA I am trying to create a Notification to announce when the alarm is armed/disarmed. When selecting tts.speak then selecting the entity I get the following YAML

data: message: The alarm is set to {{arm_mode}} entity_id: media_player.office_home service: tts.speak

When clicking Try It or Save I get an error "required key not provided @ data['media_player_entity_id']"

Steps to reproduce

I was able to find a syntax that is working using the developer tools. It looks like the UI needs an option with TTS Speak to specify the media_player_entity_id after selecting the tss.google_en_com entity

data: message: The alarm is set to {{arm_mode}} entity_id: tts.google_en_com media_player_entity_id: media_player.office_home service: tts.speak

Relevant log output

No response

Nuroduas avatar Apr 19 '24 20:04 Nuroduas