* Core POC support for polymer i18n
* Move translation from core.js to html
* Replace fetch with XHR
* Convert translation pipeline to gulp
* Convert from polyglot to Polymer localize
* Pass through missing keys for custom panels
* Store promise to be reused
* Use cacheFirst sw handler for translations
* Write full filenames to translationFingerprints
* Precache en translation
* Convert home-assistant-main to ES6 class
* Create a localization mixin
* Cleanup
* Add polymer tags to annotate for linter
* Rename fingerprints to translationMetadata
* Build translation native names into metadata
* Add language selection UI to sidebar
* Provide separate message namespace argument
* Store language/resources on hass object
* Store translationMetadata on hass
* Move language selector to config panel
* Temporarily hide language selector
* Small cleanups
* Use dynamic-align for more flexible layout
* Migrate to fetch API
* Only send change events for user selection events
* Update for new linting rules
* Migrate build_frontend changes
* Initial work on input_datetime
* Properly format date and time
* Linting
* Use dom-if
* Converting to Polymer 2 class
* Some linting
* Cache domain, linting
* More linting
* Use on-value-changed instead of value observer.
Also, fix off-by-one b/c of 0-indexed months. Thanks, JavaScript.
* wct misbehaves on hyphen casing on FF
* Upgrade web-component-tester to 6.0.0
* Update some bower packages to prevent conflicts
* Pin webcomponentsjs to 1.0.4
* Fix color picker
* Fix map panel CSS
* Convert logbook to use vaadin date picker
* Fix logbook clear date
* Migrate history panel to use vaadin date picker
* Remove pikaday
* Lint
* history panel: disable on loading
* 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
* Update paper-range-slider in Bower.json
* Changed Content to slot in ha-card.html
* Update bower.json for Polymer 1.7
* Revert "Update paper-range-slider in Bower.json"
This reverts commit 0c305bd2fec2c8d99b3aeb1ee3f2461df80dc87c.
* change :root to html
* Update paper-range-slider in Bower.json
* Revert "Update paper-range-slider in Bower.json"
This reverts commit 0c305bd2fec2c8d99b3aeb1ee3f2461df80dc87c.
* update paper-range-slider in bower.json
* Update styling for temp-slider and temp-range-slider
* Fix slider colors for production
* Moved class to parent container