Fix duration selector documentation (#24572)

This commit is contained in:
Raman Gupta 2022-10-16 09:18:00 -04:00 committed by GitHub
parent b7afa4bc32
commit 4082fb87d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,7 +453,7 @@ duration:
```
{% configuration attribute %}
enable_days:
enable_day:
description: When `true`, the duration selector will allow selecting days.
type: boolean
default: false
@ -464,7 +464,7 @@ The output of this selector is a mapping of the time values the user selected.
For example:
```yaml
days: 1 # Only when enable_days was set to true
days: 1 # Only when enable_day was set to true
hours: 12
minutes: 30
seconds: 15