Skip to content

Commit

Permalink
docs: how to hide album name
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Dec 28, 2024
1 parent 107028a commit b0e2f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,13 +445,13 @@ card_mod:
}
```

#### Example 5 - Hide entity/group name
#### Example 5 - Hide entity/group name and album name

```yaml
card_mod:
style:
sonos-player$ sonos-player-header$: |
.entity {
.entity,.artist-album {
display: none;
}
```
Expand Down

0 comments on commit b0e2f79

Please sign in to comment.