Treat default_view as special only with view:true#251
Merged
Conversation
|
@andrey-git, thanks for your PR! By analyzing the history of the files in this pull request, we identified @balloob to be a potential reviewer. |
Contributor
Author
|
Please make sure to label this as a breaking change. |
2 tasks
andrey-git
added a commit
to andrey-git/home-assistant-polymer
that referenced
this pull request
Apr 4, 2017
* Allow empty state name. (home-assistant#247) * Allow badge size control via variables. (home-assistant#246) * Allow using icon/name for default_view. Add hover-title whn using an icon. (home-assistant#244) * Don't propagate event from cover controls. (home-assistant#248) * Fix Safari maps issue * added missing executor (home-assistant#250) Executing a JS script fails on some systems (good thing I replaced my default program for JS on windows!). It's bad practice. * upgrade paper-slider and remove min-max hack (home-assistant#252) * Treat default_view as special only with view:true (home-assistant#251) * Add web-component-tester tests (home-assistant#255) * Use travis.yml from polymer * Update .travis.yml * Try wct tests * Encrypt Sauce env * More test config * Update2 * try to remove souce_connect * Try another config * More browsers * Clean tabs, test shadow dom. * Display history charts up to end of selected time (home-assistant#254) * Display history charts up to end time * Back into JS world
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.
Follow-up for home-assistant/core#6758
Treat
default_viewgroup as a regular group unless it hasview: true