* tabindex
* use action handler
* circular focus test
* address comment
* add focus styling to other elements
* add focus styling to cards
* style glance card entities
* Add back light/thermo changes that were lost in rebase
* Remove unused import
* lint
* lint
* 💄 tweak focus style for glance entities
* 💄 apply styling to focused state-label-badges
* 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
* 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