Skip to content

Commit

Permalink
v1.29: allow combined entity + attribute, mushroom adds, bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rianadon committed Jul 21, 2023
1 parent d00d5be commit 766cfd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -727,14 +727,15 @@ bar_direction: rtl
bar_width: 60%
mushroom:
layout: vertical
icon_color: green
color: green
```

</td></tr></table>

You can also configure these Mushroom options:
- `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.
- `icon_type` can be `icon` (default) or `none` (no icon).
- `icon_color` sets both bar + icon color just like the `color` option. It's there to be consistent with the original Mushroom options.

## Manual installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lovelace-timer-bar-card",
"version": "1.28.2",
"version": "1.29",
"description": "Progress bar display for Home Assistant timers",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit 766cfd4

Please sign in to comment.