MQTT script send today calendar events - nodinosaur/ha_tv_dashboard_wiki GitHub Wiki
alias: Send Today Calendar Events by MQTT to TV
sequence:
- service: mqtt.publish
data:
qos: 0
retain: false
topic: tv/dashboard/command
payload_template: |-
calendar:
message: {{ state_attr("calendar.local", "message") }}
description: {{ state_attr("calendar.local", "description") }}
start_time: {{ state_attr("calendar.local", "start_time") }}
mode: single
icon: hass:calendar-arrow-right