From 72f03f9045c43b038bc733159f13dc64198cbaaa Mon Sep 17 00:00:00 2001 From: Joshua King Date: Wed, 4 Mar 2026 17:06:50 -0500 Subject: [PATCH] Fix WiFi fallback password and update display configuration: Change fallback password to secret and disable color inversion --- esphome/cat-medication-tracker.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esphome/cat-medication-tracker.yaml b/esphome/cat-medication-tracker.yaml index 327ee4c..1451298 100644 --- a/esphome/cat-medication-tracker.yaml +++ b/esphome/cat-medication-tracker.yaml @@ -28,7 +28,7 @@ wifi: password: !secret wifi_password ap: ssid: "${name}-fallback" - password: !secret wifi_password + password: !secret fallback_password captive_portal: @@ -62,6 +62,7 @@ display: dc_pin: GPIO2 reset_pin: GPIO4 rotation: 0 + invert_colors: false dimensions: width: 240 height: 320