add feature flag for new sliders

This commit is contained in:
joBr99
2023-08-20 15:43:20 +02:00
parent 337657fede
commit 6d41c16eda
2 changed files with 6 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ class LuiBackendConfig(object):
'sleepBrightness': 20,
'screenBrightness': 100,
'defaultBackgroundColor': "ha-dark",
'featureExperimentalSliders': False,
'sleepTracking': None,
'sleepTrackingZones': ["not_home", "off"],
'sleepOverride': None,