Shorten dim-only option summary

This commit is contained in:
Bas Nijholt 2026-09-06 09:30:44 -07:00
commit fa83b35305
6 changed files with 93 additions and 98 deletions

View file

@ -268,13 +268,8 @@ CONF_SKIP_BRIGHTNESS_INCREASES, DEFAULT_SKIP_BRIGHTNESS_INCREASES = (
False,
)
DOCS[CONF_SKIP_BRIGHTNESS_INCREASES] = (
"Prevent automatic adaptation from increasing brightness above the light's "
"reported numeric brightness, while still adapting to lower brightness targets "
"and adapting color. A retained brightness on an off light is also used as the "
"ceiling. If brightness is missing or non-numeric, the calculated target is used. "
"Bare turn-on and leaving sleep mode may therefore keep a light dim until you "
"request a brighter level directly or disable this option. This option does not "
"override manual-control pauses."
"Prevent automatic adaptation from increasing brightness above a reported numeric "
"brightness, while still allowing dimming and color adaptation."
)
CONF_INTERCEPT, DEFAULT_INTERCEPT = "intercept", True

View file

@ -251,7 +251,7 @@ change_switch_settings:
selector:
text: null
skip_brightness_increases:
description: Prevent automatic adaptation from increasing brightness above the light's reported numeric brightness, while still adapting to lower brightness targets and adapting color. A retained brightness on an off light is also used as the ceiling. If brightness is missing or non-numeric, the calculated target is used. Bare turn-on and leaving sleep mode may therefore keep a light dim until you request a brighter level directly or disable this option. This option does not override manual-control pauses.
description: Prevent automatic adaptation from increasing brightness above a reported numeric brightness, while still allowing dimming and color adaptation.
required: false
example: false
selector:

View file

@ -75,7 +75,7 @@
"send_split_delay": "send_split_delay",
"adapt_delay": "adapt_delay",
"skip_redundant_commands": "skip_redundant_commands: Skip sending adaptation commands whose target state already equals the light's known state. Minimizes network traffic and improves the adaptation responsivity in some situations. 📉Disable if physical light states get out of sync with HA's recorded state.",
"skip_brightness_increases": "skip_brightness_increases: Prevent automatic adaptation from increasing brightness above the light's reported numeric brightness, while still adapting to lower brightness targets and adapting color. A retained brightness on an off light is also used as the ceiling. If brightness is missing or non-numeric, the calculated target is used. Bare turn-on and leaving sleep mode may therefore keep a light dim until you request a brighter level directly or disable this option. This option does not override manual-control pauses.",
"skip_brightness_increases": "skip_brightness_increases: Prevent automatic adaptation from increasing brightness above a reported numeric brightness, while still allowing dimming and color adaptation.",
"intercept": "intercept: Intercept and adapt `light.turn_on` calls to enabling instantaneous color and brightness adaptation. 🏎️ Disable for lights that do not support `light.turn_on` with color and brightness.",
"multi_light_intercept": "multi_light_intercept: Intercept and adapt `light.turn_on` calls that target multiple lights. ➗⚠️ This might result in splitting up a single `light.turn_on` call into multiple calls, e.g., when lights are in different switches. Requires `intercept` to be enabled.",
"include_config_in_attributes": "include_config_in_attributes: Show all options as attributes on the switch in Home Assistant when set to `true`. 📝"
@ -280,7 +280,7 @@
"name": "adapt_delay"
},
"skip_brightness_increases": {
"description": "Prevent automatic adaptation from increasing brightness above the light's reported numeric brightness, while still adapting to lower brightness targets and adapting color. A retained brightness on an off light is also used as the ceiling. If brightness is missing or non-numeric, the calculated target is used. Bare turn-on and leaving sleep mode may therefore keep a light dim until you request a brighter level directly or disable this option. This option does not override manual-control pauses.",
"description": "Prevent automatic adaptation from increasing brightness above a reported numeric brightness, while still allowing dimming and color adaptation.",
"name": "skip_brightness_increases"
},
"autoreset_control_seconds": {

View file

@ -76,7 +76,7 @@
"send_split_delay": "send_split_delay",
"adapt_delay": "adapt_delay",
"skip_redundant_commands": "skip_redundant_commands: Skip sending adaptation commands whose target state already equals the light's known state. Minimizes network traffic and improves the adaptation responsivity in some situations. 📉Disable if physical light states get out of sync with HA's recorded state.",
"skip_brightness_increases": "skip_brightness_increases: Prevent automatic adaptation from increasing brightness above the light's reported numeric brightness, while still adapting to lower brightness targets and adapting color. A retained brightness on an off light is also used as the ceiling. If brightness is missing or non-numeric, the calculated target is used. Bare turn-on and leaving sleep mode may therefore keep a light dim until you request a brighter level directly or disable this option. This option does not override manual-control pauses.",
"skip_brightness_increases": "skip_brightness_increases: Prevent automatic adaptation from increasing brightness above a reported numeric brightness, while still allowing dimming and color adaptation.",
"intercept": "intercept: Intercept and adapt `light.turn_on` calls to enabling instantaneous color and brightness adaptation. 🏎️ Disable for lights that do not support `light.turn_on` with color and brightness.",
"multi_light_intercept": "multi_light_intercept: Intercept and adapt `light.turn_on` calls that target multiple lights. ➗⚠️ This might result in splitting up a single `light.turn_on` call into multiple calls, e.g., when lights are in different switches. Requires `intercept` to be enabled.",
"include_config_in_attributes": "include_config_in_attributes: Show all options as attributes on the switch in Home Assistant when set to `true`. 📝"
@ -281,7 +281,7 @@
"name": "adapt_delay"
},
"skip_brightness_increases": {
"description": "Prevent automatic adaptation from increasing brightness above the light's reported numeric brightness, while still adapting to lower brightness targets and adapting color. A retained brightness on an off light is also used as the ceiling. If brightness is missing or non-numeric, the calculated target is used. Bare turn-on and leaving sleep mode may therefore keep a light dim until you request a brighter level directly or disable this option. This option does not override manual-control pauses.",
"description": "Prevent automatic adaptation from increasing brightness above a reported numeric brightness, while still allowing dimming and color adaptation.",
"name": "skip_brightness_increases"
},
"autoreset_control_seconds": {