Allow empty Thingsplex credentials (#3)

This commit is contained in:
Adrian Jagielak
2025-09-24 21:15:54 +02:00
parent a8e5b00275
commit 351274f56e
29 changed files with 83 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ options:
fh_password: ''
tp_username: ''
tp_password: ''
tp_allow_empty: false
demo_mode: false
show_debug_log: false
@@ -30,6 +31,7 @@ schema:
fh_password: 'password?'
tp_username: 'str?'
tp_password: 'password?'
tp_allow_empty: 'bool?'
demo_mode: 'bool?'
show_debug_log: 'bool?'