From a73e35eb6ab10f5bda30763d7602fedb598d64d3 Mon Sep 17 00:00:00 2001 From: sorinyo2004 <41705642+sorinyo2004@users.noreply.github.com> Date: Sat, 29 Dec 2018 17:44:33 +0200 Subject: [PATCH] Added example for the tap_action (#7969) --- source/_lovelace/glance.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index 35d20b849c9..49c46ceec03 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -155,4 +155,7 @@ Define entities as objects and apply a custom name: - light.ceiling_lights - switch.ac - lock.kitchen_door + - entity: switch.wall_plug_switch + tap_action: + action: toggle ```