Skip to content

Buttons

Buttons trigger one-time actions when pressed. They execute a command and return to their default state.

Available Buttons

Built-in Buttons

  • Shutdown – Gracefully shut down the system
  • Force Shutdown – Force immediate shutdown without saving
  • Lock – Lock the screen/session
  • Sleep – Put the system to sleep/suspend
  • Reload - Reload System Link configuration (restarts system-link process)
  • Exit – Stops and exits System Link
  • Reset Topics – Clear all MQTT topics published by System Link that are no longer used

Custom Buttons

Configuration Options

Common Options

All buttons support these common options:

buttons:
  - button_type:
      name: "Custom Name"
      unique_id: "custom_id"
      icon: "mdi:icon-name"
      availability: true