1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 06:28:31 +00:00
Files
core/homeassistant/components/date/strings.json
2025-10-28 10:33:10 +01:00

21 lines
350 B
JSON

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