mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fix duration selector documentation (#24572)
This commit is contained in:
parent
b7afa4bc32
commit
4082fb87d7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user