Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp authored Apr 28, 2023
1 parent 1d7cd40 commit 0822b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A simple macro that will return the value with the given singular or plural suff

Arugment | Type | Default | Example | Description
:-:|:-:|:-:|:-:|---
value| string, int or float | - | `'sensor.value'` | The value to evaluate, will be converted to float
value| string, int or float | - | `states('sensor.value')` | The value to evaluate, will be converted to float
singular | string | - | `'day'` | The string to use for singular
plural | string | - | `'days'` | The string to use for plurals & 0
spacer| boolean | `True` | `True` | (Optional) Whether to add a spacer between the value and the singular/plural suffix
Expand Down

0 comments on commit 0822b9e

Please sign in to comment.