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 ```