I build for a ESP32 with display a application and implemented events but get error in de log. I’m using the latest version of esphome and binding. My understanding is that events should work so I’m doing something wrong. Please advice
event:
- platform: template
name: "Scene Dag"
id: ev_dag
event_types: ["dag"]
- platform: template
name: "Scene Avond"
id: ev_avond
event_types: ["avond"]
- platform: template
name: "Scene Speciaal"
id: ev_speciaal
event_types: ["speciaal"]
- platform: template
name: "Alles Beneden Uit"
id: ev_alles_uit
event_types: ["uit"]
- platform: template
name: "Sonos Uit Vier Uur"
id: ev_sonos_4uur
event_types: ["sonos_4uur"]
- platform: template
name: "Volume Omhoog"
id: ev_vol_up
event_types: ["up"]
- platform: template
name: "Volume Omlaag"
id: ev_vol_down
event_types: ["down"]
and the log gives
2026-05-03 08:43:58.542 [WARN ] [home.internal.handler.ESPHomeHandler] - [esp32badkamer] Unhandled message of type io.esphome.api.EventResponse. This is lack of support in the binding. Content: 'key: 1153862517
event_type: "uit"
'.
2026-05-03 08:43:59.692 [WARN ] [home.internal.handler.ESPHomeHandler] - [esp32badkamer] Unhandled message of type io.esphome.api.EventResponse. This is lack of support in the binding. Content: 'key: 2314023730
event_type: "sonos_4uur"
'.