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