mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
0ca8a26184
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
21 lines
464 B
JSON
21 lines
464 B
JSON
{
|
|
"title": "Date/Time",
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::datetime::title%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"set_value": {
|
|
"name": "Set date/time",
|
|
"description": "Sets the date/time for a datetime entity.",
|
|
"fields": {
|
|
"datetime": {
|
|
"name": "Date & Time",
|
|
"description": "The date/time to set. The time zone of the Home Assistant instance is assumed."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|