1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 16:36:08 +01:00
Files
core/homeassistant/components/datetime/strings.json
2026-03-31 12:01:32 +01:00

21 lines
453 B
JSON

{
"entity_component": {
"_": {
"name": "[%key:component::datetime::title%]"
}
},
"services": {
"set_value": {
"description": "Sets the value of a date/time.",
"fields": {
"datetime": {
"description": "The date/time to set. The time zone of the Home Assistant instance is assumed.",
"name": "Date & Time"
}
},
"name": "Set date/time"
}
},
"title": "Date/Time"
}