1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00
Files
core/homeassistant/components/date/strings.json
2026-03-31 19:32:10 +02:00

21 lines
361 B
JSON

{
"entity_component": {
"_": {
"name": "[%key:component::date::title%]"
}
},
"services": {
"set_value": {
"description": "Sets the value of a date.",
"fields": {
"date": {
"description": "The date to set.",
"name": "Date"
}
},
"name": "Set date"
}
},
"title": "Date"
}