adaptive-lighting/custom_components/adaptive_lighting
Federico Zivolo cfc9956ebe Add missing {webapp_url}/{docs_url} placeholders to 7 translations
Home Assistant validates that a localized string declares the same
placeholders as its English source. The options flow description gained
{webapp_url} and {docs_url}, but et, it, nb, pt-BR, ru, sv and uk were
never updated, so every HA start logs:

  Validation of translation placeholders for localized (it) string
  component.adaptive_lighting.options.step.init.description failed:
  (set() != {'webapp_url', 'docs_url'})

Translate the two trailing sentences in each locale so the placeholder
sets match en.json.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018YKyX9K8sWprUYuvuaV5R7
2026-09-10 07:48:29 +02:00
..
translations Add missing {webapp_url}/{docs_url} placeholders to 7 translations 2026-09-10 07:48:29 +02:00
__init__.py Register service actions in async_setup for Bronze tier compliance (#1403) 2026-09-06 13:04:18 +02:00
_docs_helpers.py Register service actions in async_setup for Bronze tier compliance (#1403) 2026-09-06 13:04:18 +02:00
adaptation_utils.py Fix missing follow-up commands during multi-light interception (#1560) 2026-09-06 14:03:08 +02:00
color_and_brightness.py fix: keep adapting during polar night and midnight sun (#1489) 2026-09-06 00:23:21 -07:00
config_flow.py Implement collapsible sections for options flow (#1313) 2026-09-06 17:18:42 +02:00
const.py feat: add expand_light_groups option (#1462) 2026-09-06 21:13:35 +02:00
diagnostics.py Add on-demand Home Assistant diagnostics (#1575) 2026-09-06 19:11:55 +02:00
docs_gen.py Migrate to markdown-code-runner's built-in include_section() (#1417) 2026-01-26 09:01:50 +01:00
hass_utils.py fix: track mixed targets during light turn-off (#1584) 2026-09-07 07:41:28 +02:00
helpers.py Friendly names (#1258) 2025-11-27 12:01:05 -08:00
manifest.json chore: release v1.32.0 (#1580) 2026-09-06 22:06:43 +02:00
services.yaml feat: add expand_light_groups option (#1462) 2026-09-06 21:13:35 +02:00
strings.json feat: add expand_light_groups option (#1462) 2026-09-06 21:13:35 +02:00
switch.py Fix TypeError when 'light.turn_off' is called with a string transition (#1589) 2026-09-08 14:03:07 +02:00