hass-core/homeassistant/components/datetime/strings.json
Franck Nijhof 0ca8a26184
Migrate datetime services to support translations (#96318)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-07-12 13:42:53 +02:00

20 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."
}
}
}
}
}