* 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
* add 100% relative width
* set dialog width based on domain
* Set history-charts max-width
* Fix review requests
* Fix requests.
* Set Camera dialog width to auto
* Fix camera dialog width
* Fix dialog width and history charts running off the edge of the dialog
With a lot dev-states, especially ones that have large 3rd column
content, the visual display of what col #1 goes with which col #3 is
not always clear. This does 2 things.
Vertical align all rows, so the top alignment is a clear guide.
Color all even rows to #eee, so we get a stipple effect which makes it
clear which things group together.
The title attribute doesn't aid in accessibility, but it can give a visual cue to what those buttons do. It took me a while before I got the hang of what was under each since icons can be Rorsachs.