Skip to content

Commit 3b8bdab

Browse files
author
Yegor Vialov
authored
Update README.md
1 parent 7bb5043 commit 3b8bdab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Could be a list of string entity ids, or a map with:
7575
| image | _boolean_ | Set to `true` to force value displaying as a rounded image |
7676
| tap_action | _map_ | See [Lovelace Tap-Action](https://www.home-assistant.io/lovelace/actions/#tap-action) |
7777
| hold_action | _map_ | See [Lovelace Hold-Action](https://www.home-assistant.io/lovelace/actions/#hold-action) |
78+
| toggle | _boolean_ | Set to `true` to render `light`, `switch` or `input_boolean` as a toggle |
7879

7980
### State mapping
8081

@@ -138,4 +139,4 @@ The last example shows how passing a simple string/number will imply an equality
138139
| `=` | **Equal** check to either match a string/number/boolean input, or if given an array, check that the real value exists inside said array. This is the default operator used when a simple value is set | `state: ['=', 'on', 'off']` |
139140
| != | **Not equal** check that is exactly like the equal check, just negated (opposite results) | `fan_mode: ['!=', 'On Low', 'Auto Low']` |
140141
| > | **Bigger than** checks if real value is bigger than what is set. Does not support multiple values | `brightness: ['>', 50]` |
141-
| < | **Smaller than** checks if real value is smaller than what is set. Does not support multiple values | `brightness: ['<', 50]` |
142+
| < | **Smaller than** checks if real value is smaller than what is set. Does not support multiple values | `brightness: ['<', 50]` |

0 commit comments

Comments
 (0)