I'm trying to populate a sensor with text data from an LLM response, and I cannot for the life of me get this custom event to trigger from a manual event in an automation. How do I get this raw attribute populated?
- trigger:
- platform: event
event_type: "middlebrook_menu_update"
sensor:
- name: "Middlebrook Menu Raw"
unique_id: middlebrook_menu_raw
attributes:
text: "{{ trigger.event.data.text }}"