From aff308bd8aec09f4aa0a2621dd56006c8ee83647 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> 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