mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 23:44:25 +01:00
According to the documentation, an entity is only displayed * if `state` is set: if the entity state is equal to the `state` value * if `state_not` is set: if the entity state is _not_ equal to the `state_not` value So `""` – an **empty** string – shall only be returned – i.e. the **entity be hidden** * if `state` is set: if the entity state is **not** equal to the `state` value * if `state_not` is set: if the entity state is equal to the `state_not` value Co-authored-by: Daniel Albert <esclear@users.noreply.github.com>