Files
core/homeassistant/components/time/strings.json
2025-10-28 10:33:10 +01:00

21 lines
350 B
JSON

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