20200422.0#5586
Merged
bramkragten merged 36 commits intomasterfrom Apr 22, 2020
Merged
Conversation
* add ability to see zigbee information for a device * cleanup * handle resize correctly * cleanup * convert to ha-dialog * Simplify * Add close button * Add readonly to code editor * add class * eslint fixes Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Add entity row that displays text * Remove hass type
* Fix type * Add loading spinner for initial state * Move to better position * Make var not a property * Make spinner same height as graph * Fix size * Make spinner centered * Adjust spinner position * Remove boolean and make no state history match height * Merge * eslint * Fix value Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Commit suggestion Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Suggested change Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Use manfiests to render doc urls * Update UI
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. - [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases) - [Commits](TooTallNate/proxy-agents@2.2.1...2.2.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add Search to Card Picker * Force focus * Remove autofocus * Fix from rebase * Commit suggestion Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Flip autofocus * Cache cards * Make cards a property * Add missing custom cards * Set cards to render elements * Commit suggestion Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Update src/panels/lovelace/editor/card-editor/hui-card-picker.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Make card preview max width match columns * Typo * Add autofocus where wanted * Update src/common/search/search-input.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Update src/dialogs/config-flow/step-flow-pick-handler.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Get state translations from backend * Fix tests
Since window shutters are also moving up and down, add these icons for during movement.
* Add secondary option for cover entities * Replace string concatenation * Check for undefined
* Add device automation translations to add automation device dialog * Update translations-mixin.ts
* Cache State History for entity * State history reset on config change * Fetching * reviews * Merge fixes * Remove file again ?
* WIP * Add filter message to device and entities page * Lokalize * Missed 2 * Fixed in #5581 * Change to hash
* Add MQTT debug info * Refactor * Fix mistake * Rewrite, improve display. * Tweak translations * Add mqtt-payload.ts * Apply suggestions from code review Co-Authored-By: Zack Arnett <arnett.zackary@gmail.com> * Tweak after adding review comments. * Rewrite to only render the messages when details is opened * Adapt to core PR #33752 * Address review comments * Lint * Lint * Address review comments Co-authored-by: Zack Arnett <arnett.zackary@gmail.com>
* Weather card * Updates * Remove Precipitation from forecast * Weather Card :) * Fix no breaking changes * Size styles * Space * Fix some overlap * Unavailable * New unavailable * Changed to check if less than day * Updates * oops * Little clean up * styling * Reviews * Fix merge * Lint * eslint * New images * Update src/panels/lovelace/editor/config-elements/hui-weather-forecast-card-editor.ts Co-Authored-By: Bram Kragten <mail@bramkragten.nl> * Reviews * Reviews * Comments Co-authored-by: Bram Kragten <mail@bramkragten.nl>
Contributor
|
Hi @dependabot[bot], 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! |
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