From 79f8f74106d10d00d406e96f8b41b495d5e1de98 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 22 Nov 2022 23:38:00 +0100 Subject: [PATCH] upd: set switch category to config --- esphome.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esphome.yaml b/esphome.yaml index 7712573..57b2b14 100644 --- a/esphome.yaml +++ b/esphome.yaml @@ -666,6 +666,7 @@ switch: - platform: template name: Update TFT display id: tft_update + entity_category: config turn_on_action: - delay: 16ms - lambda: id(disp1).upload_tft(); @@ -701,6 +702,7 @@ switch: device_class: switch name: ${device_name} Sleep Modus id: sleep_modus + entity_category: config restore_state: true assumed_state: false optimistic: true