* sort badges correctly in user-defined group
* rename sorting list that is used for badges and groups
* remove trailing space
* better array iteration
* Revert "better array iteration"
This reverts commit 0a87b3350cf2bd60450e3d2985c7449efe73c18d.
* simplify sorting of badges
* Author: Michel Meyers <debian@tcnnet.com>
Committer: Michel Meyers <debian@tcnnet.com>
Make the password field autofocus on the login screen.
* Update login-form.html
* Improved addon view
Moved files to avoid conflicts with @c727
Modified data to addons
Removed unused properties
Removed blank line and unused class
Added link to polymer-element
Redone grouping
* Changes based on feedback
* Revert flex box
Maybe someone else can help to center the icon and text
* Display timestamp in new line
* Update hassio-card-content.html
When the slider width is updated, resizeObserver prevent for firing the function another time.
Exemple: https://jsfiddle.net/ba1ad26e/11/
Compete doc: https://wicg.github.io/ResizeObserver/#html-event-loop
Solution: Observe the width change of the card instead of the slider. If the state value is hidden/displayed, it won't change again the slider width and so it will prevent the msg in the log
Drawback: the function cannot use the width sent by the resizeObserver anymore as it's no longer the slider width but the card width
* feature : display input number next to slider
* Improvements for Box mode of input number
Add unit when available and align the value to the right
* fix for small width cards
hide state if slider width<100px
* add a space between if and (
* Fix value display after a window resize
State value is now hiding or showing correctly after a window resize, using iron-resize component
* fixes eslint validator
* Fix a typo in state-card
* Improvement : Apply all properties altogether
As suggered by @andrey-git, I made use of setProperties
* Watch for mode update of input_number
If a mode is updated and the box switches from "box" to "slider", it now also update the visibility of the state value depending on the slider width
* Update width showing state value
* Use ResizeObserver when available
* Fix conditionnal mistake
Related @andrey-git review here https://github.com/home-assistant/home-assistant-polymer/pull/808#pullrequestreview-90048982
* Always show locationName in Title
* Handle if no name set
* Fix lint
* Feedback
* Readd L66-L68
* Feedback and fix for default_view
* Fix c&p
* Change default name for default_view to "Default view"
* Make everyone happy
* Make everyone happy2
* Fix CP
* Handle no homeassistant.name in config
* Correct triggering temperature when min is reached and user clicks extra #761
* Fixed build problems from lint
* Fixed as per feedback from @c727
* Updated based on PR feedback from @andrey-git
* Improved defect based on better solution from @andrey-git
* Updated vars to const based on feedback
* Updated control to support better changing values regardless of step based on feedback