* Remove .js from lovelace
Also cleaned up some trailing whitespace
* Go big or go home
* More removals
* Revert changes to gallery webpack
* Revert changes to webpack.config.js
* Remove side effects of render and Add types
* Addressing changes
* Updating when to apply theme
* Review Updates
* Fixing last reviews
* Updates from travis
* Update Types
* Travis fix
* Travis change
* Add HTMLElementTagNameMap for gauge
* Review Changes
* Formatting values as string to be accepted into format temp
* Convert hui-call-service-row to TypeScript/LitElement
* Update on _config change
* Addressed review comments
* Made `service_data` optional and verified that `callService` does use `entity` if it is available in the passed config.
* Removed check in `entities-card` for `service-data` and will remove the full config check once other PRs have been applied to avoid merge conflicts
* Will create a docs PR to update the docs
* Addressed review comments
* Removed entity config check in entities-card
* Made `icon` optional. Default now `remote`
* Made `action_name` optional. Default now 'Run'
* `.icon`
* Initial Commit
* Removing old code
* Switching to litlement and ts
* remove .ts from extension
* Addressing a few reviews
* Added ShowDialog Still no whammy
* Fix some things
* Extract one more data method
* Add more types
* Clean up imports
* Call super
* Finishing touches
* Fix typescript check
* Thermostat fix (#1867)
* Thermostat fix
* Fix for unknown operation mode
* No title for you
* I suck at removing unnecessary things
* Fixing pointless Ternary operator
* Add version bump script
* Fix hass setting on stack (#1868)
* Fix hass setting on stack
* Don't set hass on pic elements if undefined
* Don't set hass on entity rows if undefined
* prefix config prop
* Pic elements set hass yoooo
* Remove interface
* Make stack config private
* Fix import
* Lint
* Bumped version to 20181026.1
* 🔨 move not text to header and name to secondary text
* 🔨 reduce some other margins
* Convert hui-weblink-row to TypeScript/LitElement
* Addressed review comments
* Made name and icon fields optional. Will create a corresponding PR to the docs to update them as Optional
* Updated entities-card to not check weblink config as that is the job of the element (entities-card should be updated to not check service-call config either as that is the job of the row element as well)
* Addressed review comments
That's cool!
* Convert hui-state-badge-element to TypeScript/LitElement
The state image is not updating. This is true with the image-element as well. There's probably something simple between them both that I'm missing in my syntax for defining them
* Added htmlmap interface
* Addressed review comments
* Convert hui-state-icon-element to TypeScript/LitElement
The icon is not currently dispalying and therefor cannot determine if changing as well. Everything else is working. Should probably create a base class for all these elements to extend for simple things like checking for the entity and setting hass correctly once I get that sorted out.
* Fixed setting of properties
* Remove ! on this._config
* Addressed review comments
* Moved event handlers to private functions to avoid arrow function creation on each render
* Check for `hass` before looking for state
* Movevd absolute import above relative imports
* Convert hui-image-element to TypeScript/LitElement
WIP
Some of the state portions passed down to ha-image are not updating the view.
* Fixed setting of properties
* Add tagnamemap interface
* Address review comments
* Convert hui-service-button-element to TypeScript/LitElement
Will need to rebase once hui-icon-element PR is merged
* Added return types
* Convert ha-call-service-button attributes to properties
* Re-order imports