From 785864ae03002f0612aa58f288640c9e040c5b82 Mon Sep 17 00:00:00 2001 From: Andreas <111028040+Andbli@users.noreply.github.com> Date: Sun, 21 Sep 2025 17:36:21 +0200 Subject: [PATCH] Improve GUI security by hiding password by default. Replaced 'str?' with 'password?' for fh_password and tp_password --- futurehome/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/futurehome/config.yaml b/futurehome/config.yaml index dd1827a..184d458 100644 --- a/futurehome/config.yaml +++ b/futurehome/config.yaml @@ -27,9 +27,9 @@ options: schema: hub_ip: 'str?' fh_username: 'str?' - fh_password: 'str?' + fh_password: 'password?' tp_username: 'str?' - tp_password: 'str?' + tp_password: 'password?' demo_mode: 'bool?' show_debug_log: 'bool?'