diff --git a/custom_components/adaptive_lighting/strings.json b/custom_components/adaptive_lighting/strings.json index b871aac9..d63dae61 100644 --- a/custom_components/adaptive_lighting/strings.json +++ b/custom_components/adaptive_lighting/strings.json @@ -22,7 +22,7 @@ "data": { "lights": "lights", "disable_brightness_adjust": "disable_brightness_adjust", - "disable_color_adjust": "disable_color_adjust", + "disable_color_temp_adjust": "disable_color_temp_adjust", "disable_entity": "disable_entity", "disable_state": "disable_state", "initial_transition": "initial_transition, the transition of the lights when turning them on or when 'disable_state' or 'sleep_state' change", diff --git a/custom_components/adaptive_lighting/translations/en.json b/custom_components/adaptive_lighting/translations/en.json index b871aac9..d63dae61 100644 --- a/custom_components/adaptive_lighting/translations/en.json +++ b/custom_components/adaptive_lighting/translations/en.json @@ -22,7 +22,7 @@ "data": { "lights": "lights", "disable_brightness_adjust": "disable_brightness_adjust", - "disable_color_adjust": "disable_color_adjust", + "disable_color_temp_adjust": "disable_color_temp_adjust", "disable_entity": "disable_entity", "disable_state": "disable_state", "initial_transition": "initial_transition, the transition of the lights when turning them on or when 'disable_state' or 'sleep_state' change",