I’m working on a song guessing game similar to the ‘Song Quiz’ game on Amazon Alexa devices. For user input I am using the ask_question action.
Example:
- action: assist_satellite.ask_question
metadata: {}
data:
question: What song just played?
preannounce: false
entity_id: "{{ target_ha_satellite_device }}"
response_variable: song_guess
Is there a way to require the user answer? Right now if no answer is given the automation stops. Is there a way to continue?
Short of that, can the response variable be checked for null/empty and then prompt the user again via another call or just say something like “time is up” and continue the automation flow?
