Skip to content

Commit 766cfd4

Browse files
committed
v1.29: allow combined entity + attribute, mushroom adds, bug fixes
1 parent d00d5be commit 766cfd4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,14 +727,15 @@ bar_direction: rtl
727727
bar_width: 60%
728728
mushroom:
729729
layout: vertical
730-
icon_color: green
730+
color: green
731731
```
732732

733733
</td></tr></table>
734734

735735
You can also configure these Mushroom options:
736736
- `primary_info` and `secondary_info` can be any of `name`, `state`, `last-changed`, `last-updated`, or `none` to change the information shown on the card.
737737
- `icon_type` can be `icon` (default) or `none` (no icon).
738+
- `icon_color` sets both bar + icon color just like the `color` option. It's there to be consistent with the original Mushroom options.
738739

739740
## Manual installation
740741

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lovelace-timer-bar-card",
3-
"version": "1.28.2",
3+
"version": "1.29",
44
"description": "Progress bar display for Home Assistant timers",
55
"keywords": [
66
"home-assistant",

0 commit comments

Comments
 (0)