mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Fix bug in set_preset_mode_with_end_datetime (wrong typo of frost_guard) (#138402)
This commit is contained in:
parent
509add8e5c
commit
1cae504cfe
@ -39,7 +39,7 @@ set_preset_mode_with_end_datetime:
|
|||||||
select:
|
select:
|
||||||
options:
|
options:
|
||||||
- "away"
|
- "away"
|
||||||
- "Frost Guard"
|
- "frost_guard"
|
||||||
end_datetime:
|
end_datetime:
|
||||||
required: true
|
required: true
|
||||||
example: '"2019-04-20 05:04:20"'
|
example: '"2019-04-20 05:04:20"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user