mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-10-04 10:47:10 +00:00
Improve GUI security by hiding password by default.
Replaced 'str?' with 'password?' for fh_password and tp_password
This commit is contained in:
parent
0bb82f6d95
commit
785864ae03
@ -27,9 +27,9 @@ options:
|
|||||||
schema:
|
schema:
|
||||||
hub_ip: 'str?'
|
hub_ip: 'str?'
|
||||||
fh_username: 'str?'
|
fh_username: 'str?'
|
||||||
fh_password: 'str?'
|
fh_password: 'password?'
|
||||||
tp_username: 'str?'
|
tp_username: 'str?'
|
||||||
tp_password: 'str?'
|
tp_password: 'password?'
|
||||||
demo_mode: 'bool?'
|
demo_mode: 'bool?'
|
||||||
show_debug_log: 'bool?'
|
show_debug_log: 'bool?'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user