diff --git a/custom_components/adaptive_lighting/strings.json b/custom_components/adaptive_lighting/strings.json index 13851edd..1bea6ab5 100644 --- a/custom_components/adaptive_lighting/strings.json +++ b/custom_components/adaptive_lighting/strings.json @@ -20,10 +20,7 @@ "title": "Adaptive Lighting options", "description": "All settings for a Adaptive Lighting component. The option names correspond with the YAML settings. No options are shown if you have this entry defined in YAML.", "data": { - "lights_brightness": "lights_brightness", - "lights_mired": "lights_mired", - "lights_rgb": "lights_rgb", - "lights_xy": "lights_xy", + "lights": "lights", "disable_brightness_adjust": "disable_brightness_adjust", "disable_entity": "disable_entity", "disable_state": "disable_state", diff --git a/custom_components/adaptive_lighting/translations/en.json b/custom_components/adaptive_lighting/translations/en.json index 13851edd..1bea6ab5 100644 --- a/custom_components/adaptive_lighting/translations/en.json +++ b/custom_components/adaptive_lighting/translations/en.json @@ -20,10 +20,7 @@ "title": "Adaptive Lighting options", "description": "All settings for a Adaptive Lighting component. The option names correspond with the YAML settings. No options are shown if you have this entry defined in YAML.", "data": { - "lights_brightness": "lights_brightness", - "lights_mired": "lights_mired", - "lights_rgb": "lights_rgb", - "lights_xy": "lights_xy", + "lights": "lights", "disable_brightness_adjust": "disable_brightness_adjust", "disable_entity": "disable_entity", "disable_state": "disable_state",