From c5b7ddb8f7c58e5d93bbe0a1c684984490edb714 Mon Sep 17 00:00:00 2001 From: Pedro Lamas Date: Sun, 22 Mar 2020 13:17:49 +0000 Subject: [PATCH] Sets Lovelace button entity configuration variable to optional (#12465) --- source/_lovelace/button.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ```