Custom state, label card and icon attribute
- New setting for custom states
- Label card for organization custom-cards#23 by jxwolstenholme
- Use icon attribute from entity if it exists custom-cards#21 by emilp333
- Support for hex color in auto mode custom-cards#10 by simo878
- type: "custom:button-card"
entity: input_select.cube_mode
icon: mdi:cube
action: service
show_state: true
state:
- value: 'sleeping'
color: var(--disabled-text-color)
- value: 'media'
color: rgb(5, 147, 255)
- value: 'light'
color: rgb(189, 255, 5)
- Allow to show both state and name (and doesn't break the style)
- Support for unit of measurement
Custom service, blank card and custom_updater support
- New action type
service
- Service + data configuration
- Blank-card
- Support for custom_updater
- Refactoring
- Linting
Initial release that supports versioning
- Color on off state
- Default color on light (when color set to
auto
and detection fails) - Background color card
- Boolean to show/hide state
- Automatic font color based on card color (for readability)
- Automatic color mode for lights now has to be enabled via
color: auto
- State display has to be enabled explicity via
show_state: true
and is not enabled by default when an icon is not set
- Lots of refactoring
- Versionning