From 227407ebe35d19f49b140fad70030484d0798cd4 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 17 Dec 2018 19:46:43 -0600 Subject: [PATCH] Fix example (#7890) --- source/_lovelace/entity-button.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_lovelace/entity-button.markdown b/source/_lovelace/entity-button.markdown index 363b521216e..e0d63044505 100644 --- a/source/_lovelace/entity-button.markdown +++ b/source/_lovelace/entity-button.markdown @@ -110,9 +110,9 @@ Title and Script Service Example: name: Turn Off Lights tap_action: action: call-service - service: script.turn_on - service_data: - entity_id: script.turn_off_lights + service: script.turn_on + service_data: + entity_id: script.turn_off_lights entity: script.turn_off_lights ```