From 0ddf0921954b94b2405ae2317d06b28613c03850 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 9 Aug 2023 17:13:50 -0700 Subject: [PATCH] Add desc --- custom_components/adaptive_lighting/strings.json | 2 +- custom_components/adaptive_lighting/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/adaptive_lighting/strings.json b/custom_components/adaptive_lighting/strings.json index 68c1b563..6f28631f 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 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.", + "description": "Configure an Adaptive Lighting component. Option names align with the YAML settings. If you've defined this entry in YAML, no options will appear here. For interactive graphs that demonstrate parameter effects, visit [this web app](https://basnijholt.github.io/adaptive-lighting). For further details, see the [official documentation](https://github.com/basnijholt/adaptive-lighting).", "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 90b23827..af66c7f6 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 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.", + "description": "Configure an Adaptive Lighting component. Option names align with the YAML settings. If you've defined this entry in YAML, no options will appear here. For interactive graphs that demonstrate parameter effects, visit [this web app](https://basnijholt.github.io/adaptive-lighting). For further details, see the [official documentation](https://github.com/basnijholt/adaptive-lighting).", "data": { "lights": "lights: List of light entity_ids to be controlled (may be empty). 🌟", "interval": "interval",