From e844b9f7a258ee2b179a642f65c18560e4947a62 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Fri, 1 May 2020 17:19:33 +0300 Subject: [PATCH] Change default state indicator size to 2px --- .../button_card_templates/with_state_indicator_button.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lovelace/button_card_templates/with_state_indicator_button.yaml b/config/lovelace/button_card_templates/with_state_indicator_button.yaml index 40fbb67..0adb4fc 100644 --- a/config/lovelace/button_card_templates/with_state_indicator_button.yaml +++ b/config/lovelace/button_card_templates/with_state_indicator_button.yaml @@ -1,7 +1,7 @@ with_state_indicator: variables: state_indicator_id: # defaults to entity_id - state_indicator_size: 3px + state_indicator_size: 2px state_indicator_on_color: white state_indicator_off_color: transparent