From c437a76e43c4484c627bbff82ad89f70af7164d0 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 27 Jan 2020 07:32:30 -0600 Subject: [PATCH] add action_name option for scene and script rows (#11856) --- source/_lovelace/entities.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 05384a361db..aba855d4f98 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -75,6 +75,10 @@ footer: required: false description: Footer widget to render. See [footer documentation](/lovelace/header-footer/). type: map +action_name: + required: false + description: Button label. (Only applies to `script` and `scene` rows) + type: string tap_action: required: false description: Action to take on tap