What's Changed
New layout option
As suggested in #28 a new layout option is now available to configure buttons horizontal alignment and spacing
- available values:
center(default),space-around,leftandright
|
|
|---|---|
center layout
| space-around layout
|
Buttons are now centered by default instead of left-aligned like on previous versions.
Updated graphical card configuration
The graphical card configuration now uses HomeAssistant standard form editor instead of a custom-made configuration page. It allows for optimal rendering on all devices and browsers, and will simplify the card maintenance in the future.
This new configuration form introduces an update in the YAML configuration for the controls:
| Previous configuration format | New configuration format |
|
|
Previous configuration keys beginning with hide_ are still supported, but will be ignored as soon as the card is configured using UI and a controls key is present.
Full Changelog: v1.5.1...v1.6.0


