From e6fd2eaeb6b56fb0750b79847f2257ffccf8674c Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Tue, 22 Mar 2022 19:45:34 +0100 Subject: [PATCH] add docs about upcoming icon feature --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index dacaa292..8e292432 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,24 @@ key | optional | type | default | description `class` | False | string | | The name of the Class. `config` | False | complex | | Config/Mapping between Homeassistant and your NsPanel +### Override Icons + +To override Icons of entities you can configure an icon name in your configuration, please see the following example. +Only the icons listed in the [Icon Table](HMI#icons-ids) are useable. + +```yaml + - type: cardGrid + heading: Lights + items: + - light.wled + - light.schreibtischlampe + - item: switch.deckenbeleuchtung_hinten + icon: lightbulb + - delete + - delete + - type: cardMedia +``` + ## How to update Updating involves mainly already descriped steps from installation, so this is a short summary.