I've created an automation which triggers at 2.45pm and will ask me if I'd like the kettle turned on. The ask_question part looks like :
action: assist_satellite.ask_question metadata: {} data: question: Shall I turn the kettle on ? preannounce: true entity_id: assist_satellite.xiaozhi_ball_v2_assist_satellite answers: - id: "yes" - id: yes please - id: yeah - id: ok response_variable: kettle
I guess now I need something which acts on the response variable and either turns on the kettle or not, but it's not very obvious to me where that goes. Thanks.