Skip to content

Add input color helper UI - #53063

Closed
kkilchrist wants to merge 1 commit into
home-assistant:devfrom
kkilchrist:input-color-helper
Closed

Add input color helper UI#53063
kkilchrist wants to merge 1 commit into
home-assistant:devfrom
kkilchrist:input-color-helper

Conversation

@kkilchrist

@kkilchrist kkilchrist commented Jul 8, 2026

Copy link
Copy Markdown

Proposed change

Adds frontend helper UI support for the new input_color helper.

This adds the websocket data helpers, helper CRUD registration, helper picker wiring, English strings, and a helper form for color/white initial values with optional brightness.

Core companion: home-assistant/core#176027
Documentation companion: home-assistant/home-assistant.io#46743

Screenshots

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (thank you!)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

Checklist

  • I understand the code I am submitting and can explain how it works.
  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • I have followed the perfect PR recommendations
  • Any generated code has been carefully reviewed for correctness and compliance with project standards.

If user exposed functionality or configuration variables are added/changed:

To help with the load of incoming pull requests:

Validation

  • node .yarn/releases/yarn-4.17.0.cjs prettier --check src/data/input_color.ts src/data/helpers_crud.ts src/panels/config/helpers/const.ts src/panels/config/helpers/dialog-helper-detail.ts src/panels/config/helpers/forms/ha-input_color-form.ts src/translations/en.json
  • node .yarn/releases/yarn-4.17.0.cjs eslint src/data/input_color.ts src/data/helpers_crud.ts src/panels/config/helpers/const.ts src/panels/config/helpers/dialog-helper-detail.ts src/panels/config/helpers/forms/ha-input_color-form.ts --max-warnings=0
  • node .yarn/releases/yarn-4.17.0.cjs tsc

home-assistant[bot]

This comment was marked as resolved.

@kkilchrist

Copy link
Copy Markdown
Author

Hi @kkilchrist

It seems you haven't yet signed a CLA. Please do so here.

Once you do that we will be able to review and accept this pull request.

Thanks!

Signed!

@piitaya piitaya added the Needs Template PR description does not follow the pull request template label Jul 8, 2026
@kkilchrist

Copy link
Copy Markdown
Author

Closing this one. It targets the input_color domain, which no longer exists: the backend proposal was reworked as a config-entry helper under the color domain, now up for review at home-assistant/core#177605.

The more-info dialog has been rewritten against the new domain and will go up as a fresh PR once it is rebased on current dev, linked from the core PR. Nothing here needs review in the meantime.

Context and design rationale: https://github.com/orgs/home-assistant/discussions/1041

@kkilchrist kkilchrist closed this Aug 18, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed Needs Template PR description does not follow the pull request template

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants