diff --git a/source/_lovelace/entity-button.markdown b/source/_lovelace/entity-button.markdown index 73dbc9e62d7..91377e4436e 100644 --- a/source/_lovelace/entity-button.markdown +++ b/source/_lovelace/entity-button.markdown @@ -71,7 +71,7 @@ Title and Script Service Example: ```yaml - type: entity-button - title: Turn Off Lights + name: Turn Off Lights entity: script.turn_off_lights service: script.turn_on ```