Add setting to always treat all devices as up

This commit is contained in:
Adrian Jagielak
2025-10-16 20:15:31 +02:00
parent a38e441c9b
commit 9f2feea8c1
4 changed files with 15 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ options:
tp_username: ''
tp_password: ''
tp_allow_empty: false
ignore_availability_reports: false
demo_mode: false
show_debug_log: false
@@ -32,6 +33,7 @@ schema:
tp_username: 'str?'
tp_password: 'password?'
tp_allow_empty: 'bool?'
ignore_availability_reports: 'bool?'
demo_mode: 'bool?'
show_debug_log: 'bool?'