20191023.0#4117
Merged
Merged
Conversation
Link to relevant docs, note that changes won't be applied after a restart if the include isn't in place (changes _do_ actually affect the current runtime configuration and are persisted in customize.yaml).
Improve customize.yaml non-inclusion warning message
* Allow device actions to specify extra fields * Typing etc. * Use deviceAutomationsEqual to compare automations
* Added integration name to System Options dialog * Passed integration name into translation string * Translated integration name * Added option for no translation
* add states option below picture-glance entities * address review comments
…3955) * Updates alarm more-info dialog button styles to match lovelace card * Use flex for controlling button size * Limit max-width of alarm buttons This matches the width of the code input field
* filter system users from Person editor * address review comments * address comments * address comments
* add dbltap_action * apply to picture-glance * types and boolean * fix typo * simplify double tap logic * extract hasDoubleClick functionality * address comments * address comments * double_tap_action
* custom badges * incremental * functional * cleanup * cleanup * address review comments * address more comments * address review comments * address review comments * cleanup * address review comments * address comments * address comments * fix entity-filter * set hass once * hass
* introduce ha-switch theming * fix typo * remove comment
* add confirmation option to actions * address comments
* Convert to round-slider Closes #3622 Closes #2756 * scaling * address review comments * css tweaks * remove jquery * address comments * simplify set-temperature * handle long name * remove increased handleSize * address comments * address comments * address comments * address comment * need coffee
* Translated developer tools events page * Implemented translations (alert on empty event type, notification on firing an event), Removed unnecessary translation key-value pairs * Added falsely removed key-value pairs
* Made thermostat history graph localizable * Changed string concatenation with white spaces from .join() to template literal * Used variables in translations instead of template literals * Update src/translations/en.json Removed unnecessary space in heating value Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Migrate ha-form to lit * Fix import path * Update * add default, change suffix, fix import * Fix select
* Translated developer tools state page * Fixed merge error by updating used icon in developer-tools-state.js
* Translated developer tools logs page * Changed translation key from load_log to load_full_log
* more-info dialog for counter * address comments
* Translated developer tools services page * Changed translation parameter from error to data
* Set icon color to black in ha-panel-map.js * Changed icon color depending on dark mode in lovelace map card * Fixed build error by swapping var for let and const * Replaced hardcoded style with the light and dark classes
* card level themes weather-forecast shopping-list plant-status markdown alarm-panel * fix markdown * address comments also added picture cards * update updated * address comments * address comments
* Convert more-info-weather to LitElement * address comments * add shouldUpdate
* Convert more-info-sun to Lit * address comments
…elace badge type) (#4028) * add actions to state-badge element * address comments state-label-badge no longer handles clicks added actions to hui-state-label-badge moved ha-badges-card to Lit
* Add positive_time_period_dict to ha-form * select input on focus * Update ha-form-positive_time_period_dict.ts
…rea (#4089) * Change ha-device-picker to combo box + improve name handling + show area * unused import
* Changed button to text * Moved styles to hui-edit-view * prettier updates
* Refactor Webpack build scripts * Add Gallery too * Fix icons * Update travis
* Added view title to heading of Lovelace Add Card picker * Fixed building error, cleaned up code * Changed _view to _viewConfig and added check for undefined _cardConfig * Added else if for undefined _cardConfig, added else for manual cards * Used template literal instead of string concatenation
* added title to view configuation * replacing let with const * added localization change * updated view config title * linter updates * Prettier updates
* ✨ Add confirmation dialog * ✨ Add confirmation dialog to service calls * 🔨 Change returned value * ✨ Add confirmation dialog to integration remove * ✨ Add to entity registry * ✨ Add to delete card and add translation * ✨ Add to views deletion * 🔨 Remove async * 🔨 Fix min-width for smaller screens * 🔨 Remove async * Fix wrong merge * Update ha-config-entry-page.ts
* add sensor card to first demo * Change to temperature sensor
* Revise hassio update card design See #3916 * Remove available text; use secondary text color instead of yellow/orange * Less bold text for update header
* Fix more integrations message * Period outside link
* support actions on rows * address comments * add type * pointer events * move action area to row name to avoid handler competition * add action to state-badge as well * correct type * address comments * handle 'enter' in long-press and make entities state-badge selecatable
2 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.
What's Changed
yamlname collision in card editor (Fixyamlname collision in card editor #4079) @bramkragten