20191204.0#4318
Merged
bramkragten merged 40 commits intomasterfrom Dec 4, 2019
Merged
Conversation
* Update vaadin components * Remove resolution * Migrate person detail dialog to mwc-dialog * Fix imports * Update dialog-person-detail.ts
* Fix light card * Remove unused class * Fix for when entity is not available * Fix active state
* Fix thermostat card * Change styling * Remove margin on mode buttons
* Add secondary-info: last-triggered add last-triggered to the currently available options 'entity-id' and 'last-changed' see:https://www.home-assistant.io/lovelace/entities/#secondary_info * corrected omission 'attributes' * added test for attributes.last_triggered * Update hui-generic-entity-row.ts * Update hui-generic-entity-row.ts
* Upgrade MDI icons to 4.6.95 * Upgrade MDI icons to 4.6.95
* Adds "air" at the bottom of the page * Update src/panels/config/dashboard/ha-config-dashboard.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Add margin to promo
Introduced in #4269
* Add cover attributes to scene editor * Add more * Remove filtering of attributes * Update ha-scene-editor.ts
* Bump TypeScript to 3.7 * Update prettier to support ts 3.7 * Prettier * More prettier * Even more prettier
* Don't show hidden scenes * Comments * computeStateDomain
* Check if external app by object * Update core.ts * Conditional chaining * add babel optional chaining
* Add aria labels * Fix polymer binding
* WIP: Area/multiple devices and name support * Fix removing devices * Don't recalc entities for all devices every time * Use guards * Update ha-thingtalk-placeholders.ts
…4259) * Added button and js method to copy with copy-to-clipboard library * Copy entity id working, tooltip added * copy ok, use ha toast to notify ok * cleanup code * add translation * removed old useless code * Replaced copy button with menu * Fix comparison operator & removed commented code modifié : src/panels/developer-tools/state/developer-tools-state.js * Fix spaces modifié : src/panels/developer-tools/state/developer-tools-state.js * Improve copy attributes * only one menu & update translation * copy attributes in yml format use paper-icon-item instead of paper-icon-button and add yarn.lock * removed paper-item
* WIP: Add yaml editors to automation * Fix form overwriting yaml on switching back * Finish triggers * prettier
* Add yaml editor to automation actions and scripts * Add types * Update event.tsx
* Allow automation actions/scripts to be moved up/down * Update index.tsx
* Add entity picker to service call action * Use prop instead of attr
* Convert automation trigger to Lit * Update ha-automation-trigger-row.ts * dynamicContentDirective * update * Lint * Implement other types
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