@@ -32,7 +32,7 @@
## is_hue_4=true
# Choose whether to still allow users to enable the old Hue 3 interface.
- ## disable_hue_3=false
+ ## disable_hue_3=true
# Choose whether the Hue pages are embedded or not. This will improve the rendering of Hue when added inside a
# container element.
@@ -36,7 +36,7 @@
@@ -1424,7 +1424,7 @@ IS_HUE_4 = Config( # To remove in Hue 5
DISABLE_HUE_3 = Config( # To remove in Hue 5
key='disable_hue_3',
- default=False,
+ default=True,
type=coerce_bool,
help=_('Choose whether to still allow users to enable the old Hue 3 interface.')
)