layout MQTT script buttons - nodinosaur/ha_tv_dashboard_wiki GitHub Wiki

Configure app to show notification overlays

Simple layout to trigger the MQTT scripts.

Script button layout

type: grid
square: true
columns: 2
cards:
  - type: button
    entity: script.send_weather_by_mqtt_to_tv
    show_name: true
    show_icon: true
    tap_action:
      action: toggle
  - type: button
    entity: script.send_time_by_mqtt_to_tv
    show_name: true
    show_icon: true
    tap_action:
      action: toggle
  - type: button
    entity: script.send_transit_by_mqtt_to_tv
    show_name: true
    show_icon: true
    tap_action:
      action: toggle
  - type: button
    entity: script.send_today_calendar_by_mqtt_to_tv
    show_name: true
    show_icon: true
    tap_action:
      action: toggle
  - type: button
    entity: script.send_websocket_state_by_mqtt_to_tv
    show_name: true
    show_icon: true
    tap_action:
      action: toggle
⚠️ **GitHub.com Fallback** ⚠️