diff --git a/source/_lovelace/button.markdown b/source/_lovelace/button.markdown index 4250db8e1f2..858bbb81a88 100644 --- a/source/_lovelace/button.markdown +++ b/source/_lovelace/button.markdown @@ -22,7 +22,7 @@ type: description: button type: string entity: - required: true + required: false description: Home Assistant entity ID. type: string name: @@ -94,7 +94,6 @@ tap_action: service: script.turn_on service_data: entity_id: script.turn_off_lights -entity: script.turn_off_lights ```