From 8dce75aa0837cdca412222cf177bc4127a35ee16 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 23 Jul 2022 14:58:45 +0200 Subject: [PATCH] Update entities.md --- docs/entities.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/entities.md b/docs/entities.md index e5d7b551..2476a62d 100644 --- a/docs/entities.md +++ b/docs/entities.md @@ -36,6 +36,14 @@ It is also possible to configure different icon overwrites per state: "off": mdi:lightbulb ``` +It is also possible to configure different color overwrites per state: + +```yaml + color: + "on": [255,0,0] + "off": [0,0,255] +``` + It is also possible to use text instead of icons with `text:X` ```yaml