@@ -28,6 +28,9 @@
http_host=0.0.0.0
http_port=8888
+ # Choose whether to enable the new Hue 4 interface.
+ ## is_hue_4=true
+
# A comma-separated list of available Hue load balancers
## hue_load_balancer=
@@ -32,6 +32,9 @@
http_port=8000
@@ -1328,9 +1328,9 @@ USE_DEFAULT_CONFIGURATION = Config(
IS_HUE_4 = Config( # To remove in Hue 5
key='is_hue_4',
- default=False,
+ default=True,
type=coerce_bool,
- help=_('Choose whether to enable the new interface.')
+ help=_('Choose whether to enable the new Hue 4 interface.')
)