* Added weather platform card, with forecast graph
* Changed login page to a form, allowing autofill
* Reverted incorrect login form commit
* Moved to a seperate weather card, instead of using a state-card, added basic current information
* Some cleanup, set graph line to be smooth
* Removed some unnecessary stuff
* Removed leftover space
* Remove camera's streaming source from camera's 'more info' when more-info is closed.
* Rename to isVisible
* Rename to isVisible
* Split dynamicContentUpdater
Split dynamicContentUpdater into two functions intended for 'normal' flow and 'hide' flow.
* Use hassUtil.resetDynamicContent
* Fix lint
* Fix lint
* Move isVisible to more-info-content
* Move isVisible to more-info-content
* Typo
* Avoid modifying the original state
* Put isVisible in the right place
* Inline resetDynamicContent
* Inline resetDynamicContent
* Fix lint
* Always show the brightness slider in more-info
Always show the brightness slider in more-info if it is supported.
Even when the light is currently off.
* Lint fix
* Set brightness to 0 when light is off
* Take navigator.languages into account when determining the preferred language
* Lookup language only once, use it also for other date/time functions
* Show the date picker value in localized date
* Show the date picker value in localized date (in history)
* Add option to hide the group card switch
* Changed hide_switch to control
* lint
* lint again
* Pick state-card-display if control is hidden
* fix permissions
* Added support for showing playback progress in media_player.
* Small bugfix.
* Playback progress now updates without needed state transitions in HA.
* media_position_update_at property is now a datetime.
* Linting fixes + removed _internal polymer property + cleanup
* More linting.
* Initial Commit
* Update dropdown variables
* Move available service list to a dropdown menu
* Fix dropdown width
* Add localstorage for panel state
* clean up
* Remove dropdown in favor of combo boxes
* travis fix
* Fix travis
* Fix Travis
* Fix combo box and remove neon-animations
* Remove styling for sidebar.
* Set max width on ha-form
* Increase max-width to 500px
* Update ha-panel-dev-service.html