Skip to content

Commit

Permalink
added more_than to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gluwc authored Feb 24, 2020
1 parent 2ebc908 commit a2f4cd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ return msg;
| severity | array | none | A list of severity options. `* minutes`, `* hours`, `* days`, `* months`, `* years`.
| display_limit | string | none | Limits the display of time to a certain value `minutes`, `hours`, `days`, `weeks`, `months`, `years`.
| timeout | string | none | Attribute **required** for `due` config option. `minutes`, `days`, `weeks`, `months`, `years`.
| text | object | none | A list defining the text displayed. `minute(s)`, `day(s)`, `week(s)`, `month(s)`, `year(s)`, `ago`, `less_than`, `due_by`, `over_by`.
| text | object | none | A list defining the text displayed. `minute(s)`, `day(s)`, `week(s)`, `month(s)`, `year(s)`, `ago`, `less_than`, `more_than`, `due_by`, `over_by`.
| due | boolean | false | Sets the card to display the due time based on `timeout` value set in the config.
| undo_timeout | number | 15 | Time until undo button times out in seconds.
| remove | boolean | false | Set to `true` for removal config mode. Used to remove entity from MQTT discovery.
Expand Down Expand Up @@ -127,6 +127,7 @@ text:
minute: minuut
minutes: minuten
less_than: minder dan
more_than: meer dan
ago: geleden
due_in: over
over_by: over met
Expand Down

0 comments on commit a2f4cd4

Please sign in to comment.