Skip to content

Commit

Permalink
Update CARD-MOD-EXAMPLES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusthvdb authored Nov 29, 2023
1 parent e764461 commit c67f656
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CARD-MOD-EXAMPLES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Set an indivual filter on an entity entity_picture
```
entity: person.mariusthvdb:
card_mod
card_mod:
style:
hui-generic-entity-row:
$: |
Expand Down Expand Up @@ -155,6 +155,13 @@ Set an icon_color in an auto-entities card:
To have globally available card-mod customizations, like here in icon_color and icon, save these inside your `secrets.yaml` and insert them via
`!secret not_home_picture` or any of the other secrets of course...

```
entity: person.mariusthvdb:
card_mod: !secret not_home_picture
```

See below for a collection of generic mods, used throughtout my config, that only have to be written down once, and are imported by that tiny `!secret` reference

```
##########################################################################################
# Card mod stylings frequently used saved in secrets.yaml
Expand Down

0 comments on commit c67f656

Please sign in to comment.