Add input color helper UI - #53063
Closed
kkilchrist wants to merge 1 commit into
Closed
Conversation
21 tasks
Author
Signed! |
7 tasks
Author
|
Closing this one. It targets the 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 Context and design rationale: https://github.com/orgs/home-assistant/discussions/1041 |
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed change
Adds frontend helper UI support for the new
input_colorhelper.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
Additional information
Checklist
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.jsonnode .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=0node .yarn/releases/yarn-4.17.0.cjs tsc