mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-11-18 09:09:03 +00:00
Allow empty Thingsplex credentials (#3)
This commit is contained in:
@@ -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?'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user