20200107.0#4431
Merged
Merged
Conversation
* Use dynamicContentDirective * Turn around * Remove attributes * Rename to dynamicElement
* Convert automation conditions to Lit * Split condition editor and row * Comments * Update automation.ts * Update automation.ts
* Convert automation actions/scripts to Lit * Update ha-automation-action-row.ts * Comments
* Convert script and automation editor to lit * Update yarn.lock
Upgrade MDI icons to 4.7.95
* Add ignore discovery button * Add seperate list for ignored integrations * Move translations * Add zeroconf
* Set focus to search when opening add integration dialog * Also add to flow form
* Add Auto Translation handling * Cleanup
* Add support to add all device entities to Lovelace * Reload config when it was changed while Lovelace was not active * Localize * Update ha-panel-lovelace.ts * Move to device entities card * Move Lovelace logic to lovelace combine with unused entities * Unused imports * Added suggestions and support for YAML mode
* add ability to view zigbee groups * review comments * remove selectable until used
* add remove groups function * add ability to remove groups * translations * review comments * review comments * review comments
* add group details * review comments
…ed (#4407) * only enable buttons when a device is selected * review comments
* add group editing * Update src/panels/config/zha/zha-devices-data-table.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Update src/panels/config/zha/zha-group-page.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Update src/panels/config/zha/zha-devices-data-table.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Update src/panels/config/zha/zha-group-page.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Update src/panels/config/zha/zha-group-page.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Update src/panels/config/zha/zha-group-page.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * review comments Co-authored-by: Bram Kragten <mail@bramkragten.nl>
There's been some confusion among new users about what the `TRIGGER` button does in the automation info popup. `EXECUTE` better represents what pressing that button does since it bypasses conditions and simply runs the action like a script. The automation docs at <https://www.home-assistant.io/docs/automation/action/> also say "The action of an automation rule is what is being executed when a rule fires."
* Force rerender on update/save * Fix linting issue * Define properties by using @Property() instead * Add styles to disabled save button * Change to use @CustomElement, and remove _generation as a property.
* Add UI for restored entities * Add conformation for removal * Apply suggestions * Guard
…4384) * add group page * Update src/panels/config/zha/zha-add-group-page.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * fix group name handling * Update src/panels/config/zha/zha-add-group-page.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Add multi select to entity registry * Fix filter and sort on status * Remove unused prop platform * Review * Update ha-config-entity-registry.ts
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.
What's Changed