* Allow setting up integrations during onboarding
* Fix compress static
* Don't compress static files in CI
* Remove unused file
* Fix static compress disabled in CI build
* Work with new integration step
* Import fix
* Lint
* Upgrade HAWS to 4.1.1
* Improvements to ha-card. Better paper-card compatibility
* Remove named slots
* Tweak distance between header and contents
* Further css tweaking
* Convert config dashboard to ha-card
* Convert cloud configuration to ha-card.
* Convert integrations configuration to ha-card.
* Convert user configuration to ha-card.
* Convert core configuration to ha-card
* Convert person, entity and area config to ha-card
* Convert automation and script editor to ha-card
* Convert customization editor to ha-card
* add target="_blank" to match all other links on page
* adds target="_blank" to ensure link opens in new tab
* adds target="_blank" to ensure link opens in new tab
* attempting to fix travis error
* resolve prettier errors hopefully
* Update ha-automation-picker.js
* Update ha-automation-picker.js
* Lint
* Lint
* water_heater: Use attr-for-selected for operation mode
* climate: Use attr-for-selected for operation, fan, swing mode
* fan: Use attr-for-selected for speed
* fan: skip extra property
* climate: drop extra property
* water_heater: avoid extra property
* media_player: drop extra variable for source and sound_mode
* water_heater: missed change
* Added noTitle option to supress tooltip
* Additional strings
* Updated name
* refactored name
* Refactored strings
* Refactored to allow null in title
* Add support for a app configuration button in the sidebar
* Add event to types
* Fire connection events so that app knows when to hide its fallback settings button
* Add external message bus
* Fixes
* Update external_config.ts
* Remove icon from gen-icons
* Add fireMessagE
* msgId -> id
* Rename to externalBus
* Log messages in dev
* Add should update to ha-sidebar
Co-authored-by: Robbie Trencheny <me@robbiet.us>
* Initial haptics support
* Move window stuff into types.ts
* Fire haptic events instead of expecting a messageHandler
* Style fixes, linting fixes
* Only allow whitelisted haptics
* Make requested changes