mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Fix example for set_datetime service (#31159)
This commit is contained in:
@@ -4,11 +4,11 @@ set_datetime:
|
|||||||
entity_id: {description: Entity id of the input datetime to set the new value.,
|
entity_id: {description: Entity id of the input datetime to set the new value.,
|
||||||
example: input_datetime.test_date_time}
|
example: input_datetime.test_date_time}
|
||||||
date: {description: The target date the entity should be set to. Do not use with datetime.,
|
date: {description: The target date the entity should be set to. Do not use with datetime.,
|
||||||
example: '"date": "2019-04-22"'}
|
example: '"2019-04-20"'}
|
||||||
time: {description: The target time the entity should be set to. Do not use with datetime.,
|
time: {description: The target time the entity should be set to. Do not use with datetime.,
|
||||||
example: '"time": "05:30:00"'}
|
example: '"05:04:20"'}
|
||||||
datetime: {description: The target date & time the entity should be set to. Do not use with date or time.,
|
datetime: {description: The target date & time the entity should be set to. Do not use with date or time.,
|
||||||
example: '"datetime": "2019-04-22 05:30:00"'}
|
example: '"2019-04-20 05:04:20"'}
|
||||||
|
|
||||||
reload:
|
reload:
|
||||||
description: Reload the input_datetime configuration.
|
description: Reload the input_datetime configuration.
|
||||||
|
Reference in New Issue
Block a user