From 130ce79a2955001b9b4bbc5cbea0ba0d1bb3b885 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Wed, 21 Nov 2018 06:32:55 -0500 Subject: [PATCH] Update Entity Button Docs (#7588) --- source/_lovelace/entity-button.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_lovelace/entity-button.markdown b/source/_lovelace/entity-button.markdown index f8c6d69bab6..d84bd7866f9 100644 --- a/source/_lovelace/entity-button.markdown +++ b/source/_lovelace/entity-button.markdown @@ -77,6 +77,7 @@ Title and Script Service Example: ```yaml - type: entity-button name: Turn Off Lights + tap_action: call-service entity: script.turn_off_lights service: script.turn_on ```