aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTai Groot <tai@taigrr.com>2020-10-28 18:44:55 -0700
committerTai Groot <tai@taigrr.com>2020-10-28 18:44:55 -0700
commitbe30825917125bacbd7f1e24ed36923c92aee7af (patch)
tree1c29ceed2dd7f7dc54a9a092b0a4e97cad50f5a4
parent23eb5b3fb7c9de2a370475f6131af7c96efe495c (diff)
downloadhomer-be30825917125bacbd7f1e24ed36923c92aee7af.tar.gz
homer-be30825917125bacbd7f1e24ed36923c92aee7af.tar.zst
homer-be30825917125bacbd7f1e24ed36923c92aee7af.zip
docs: document background property for cards
-rw-r--r--docs/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 7df5651..2598476 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -115,6 +115,7 @@ services:
115 type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services` 115 type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services`
116 target: "_blank" # optional html a tag target attribute 116 target: "_blank" # optional html a tag target attribute
117 # class: "green" # optional custom CSS class for card, useful with custom stylesheet 117 # class: "green" # optional custom CSS class for card, useful with custom stylesheet
118 # background: red # optional color for card to set color directly without custom stylesheet
118``` 119```
119 120
120If you choose to fetch message information from an endpoint, the output format should be: 121If you choose to fetch message information from an endpoint, the output format should be: