diff --git a/custom_components/adaptive_lighting/strings.json b/custom_components/adaptive_lighting/strings.json index e4e0a213..68c1b563 100644 --- a/custom_components/adaptive_lighting/strings.json +++ b/custom_components/adaptive_lighting/strings.json @@ -17,7 +17,7 @@ "step": { "init": { "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.", + "description": "All settings for an Adaptive Lighting component. The option names correspond with the YAML settings. No options are shown if you have this entry defined in YAML. Check out https://basnijholt.github.io/adaptive-lighting an interactive webapp which graphs that show the effects of the parameters.", "data": { "lights": "lights: List of light entity_ids to be controlled (may be empty). 🌟", "interval": "interval", diff --git a/custom_components/adaptive_lighting/translations/en.json b/custom_components/adaptive_lighting/translations/en.json index 09e0ff8f..90b23827 100644 --- a/custom_components/adaptive_lighting/translations/en.json +++ b/custom_components/adaptive_lighting/translations/en.json @@ -18,7 +18,7 @@ "step": { "init": { "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 the adaptive_lighting entry defined in your YAML configuration.", + "description": "All settings for an Adaptive Lighting component. The option names correspond with the YAML settings. No options are shown if you have this entry defined in YAML. Check out https://basnijholt.github.io/adaptive-lighting an interactive webapp which graphs that show the effects of the parameters.", "data": { "lights": "lights: List of light entity_ids to be controlled (may be empty). 🌟", "interval": "interval",