From b134a3740827cec4574211d4e73e30134083ae68 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sat, 2 Sep 2023 01:54:20 +0200 Subject: [PATCH] Enable `current_page` sensor by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise the system won´t update values unless the page is reloaded. --- nspanel_esphome.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nspanel_esphome.yaml b/nspanel_esphome.yaml index 2cfabf7..ccb1327 100644 --- a/nspanel_esphome.yaml +++ b/nspanel_esphome.yaml @@ -923,7 +923,7 @@ text_sensor: platform: template id: current_page internal: false - disabled_by_default: true + disabled_by_default: false ##### ESPhome version used to compile the app ##### - name: ${device_name} ESPhome Version