mirror of https://github.com/bastienwirtz/homer
docs: document background property for cards
parent
23eb5b3fb7
commit
be30825917
|
@ -115,6 +115,7 @@ services:
|
||||||
type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services`
|
type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services`
|
||||||
target: "_blank" # optional html a tag target attribute
|
target: "_blank" # optional html a tag target attribute
|
||||||
# class: "green" # optional custom CSS class for card, useful with custom stylesheet
|
# class: "green" # optional custom CSS class for card, useful with custom stylesheet
|
||||||
|
# background: red # optional color for card to set color directly without custom stylesheet
|
||||||
```
|
```
|
||||||
|
|
||||||
If you choose to fetch message information from an endpoint, the output format should be:
|
If you choose to fetch message information from an endpoint, the output format should be:
|
||||||
|
|
Loading…
Reference in New Issue