* 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
* Add Initial Mailbox panel
* Use sha rather than index to lookup mp3 file
* Popups for audio and delete-confirmation. Don't load all MP3s on page load
* Show duration of message
* Reload messages on change
* eslint fixes
* Wrap transcription text. Use 2nd-row per entry for transcription. Table consumes 100% of window height
* Update to support mailbox component
* Use mailbox component state instead of sensor state. Fix a bug in delete
* Display mailbox entity
* Use events to trigger mailbox updates
* Support multiple mailbox platforms
* Use REST API for mailbox deletion
* Fix linting issues
* Make dialogs reactive
* Replace vaadin-grid with paper-items
* 1st attempt at truncating lines to two columns
* Apply requested changes from review
* Clean up + Lint
* Move automation panel to config
* Hide Hass menu button from error screen
* No longer store undefined in local storage
* Move Z-Wave panel into config panel
* Move Z-Wave node options from core to Z-Wave config
* Remove panel entries in polymer.json
* Lint
* Set all attributes together.
* Revert "Set all attributes together."
This reverts commit 00fe75ce4b78c17481bac45db0536169695f1f91.
* Set all attributes together.
* Workaround for justified on Polymer2
* Add build using polymer-build
* Use bundle strategies to tweak stripExcludes
* Only vulcanize hass.io panel
* Rename hassio panel generate script
* Remove hydrolysis
* Get it all somewhat working
* Fixes
* Allow ES2015 + fix minify JS
* Clarify we need to fix service worker minify
* Move service worker template out of tasks folder
* Fix broken CSS
* Wrap it up
* Fix maps
* Add Home Assistant restart option
* Use addons/reload in store refresh
* Add link to web UI
* Show logo in addon view
* Fix routing showing not found
* Add reset options button to addon view
* Fix unload error in addon info
* Add refresh button to snapshot page
* Lint