From 5a8a718d422e60786711272ec45df5548bbf27a9 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Thu, 23 Jan 2020 20:05:15 -0600 Subject: [PATCH] add action_name option for scene and script rows --- source/_lovelace/entities.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 194b730aa754..6bad3300d74a 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