No new card for this release but some improvements !
A new option has been added to collapse the controls when the entity is off
. The option has been added to light-card
, fan-card
, update-card
and media-player-card
.
The responsiveness of the tap_action
has been improved by remove the `double_tap_action by default. 🚀
Also, a new color has been added : disabled
. You can use it in your template and color picker like any other card. 🎨
The new template editor with syntax highlighting and entity autocompletion has been added for title-card
, template-card
and template-chip
. This feature requires HA version 2022.5 or higher.
What's Changed
New Features 🎉
- Add template editor to Chip template and template cards by @frenck in #403
- Improve chips list display in editor by @piitaya in #404
- feat(theme): add disabled color in theme and color selector by @piitaya in #411
- feat(controls): improve collapsible controls and add option to fill container by @piitaya in #418
- feat(cover): possibility to set a color per cover state with theme by @bramstroker in #384
- feat(light): add collapsible controls for light by @M4D1NG3R in #383
Fixes 🐛
- fix: vertical stack and ha-card by @acesyde in #417
- fix: improve default responsiveness for actions by @piitaya in #422
Other Changes
- chore: add
start:hass-cmd
script for Windows CMD users by @greghesp in #399 - chore: update selector and ha form by @piitaya in #420
- chore(editor): improvements by @piitaya in #421
New Contributors
- @frenck made their first contribution in #403
- @M4D1NG3R made their first contribution in #383
- @bramstroker made their first contribution in #384
Full Changelog: v1.6.3...v1.7.0