From 4d56c879eddc428dff362eb70169f960ea8b71b8 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 5 May 2020 03:45:19 -0400 Subject: [PATCH] Update Lovelace actions (#13294) Reasons for following changes: * Support for hold action and double tap action was added to Light card, but not mentioned here. * Entity Button card was renamed to Button a few versions ago * Renamed "Entity" card to "Entities" as that is the proper name, and there's an actual Entity card now (which doesn't support actions). So it was wrong. --- source/lovelace/actions.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/lovelace/actions.markdown b/source/lovelace/actions.markdown index 7d49c9e912e..fafba26b913 100644 --- a/source/lovelace/actions.markdown +++ b/source/lovelace/actions.markdown @@ -7,9 +7,10 @@ Some Lovelace cards have support for tap actions. These actions define what will Actions can be enabled on: -- [Entity](/lovelace/entities/) -- [Entity Button](/lovelace/entity-button/) +- [Button](/lovelace/button/) +- [Entities](/lovelace/entities/) - [Glance](/lovelace/glance/) +- [Light](/lovelace/light/) - [Picture](/lovelace/picture/) - [Picture Element](/lovelace/picture-elements/) - [Picture Entity](/lovelace/picture-entity/)