core/homeassistant/components/time/strings.json

21 lines
350 B
JSON
Raw Normal View History

2023-04-30 20:33:51 +00:00
{
"title": "Time",
"entity_component": {
"_": {
"name": "[%key:component::time::title%]"
}
},
"services": {
"set_value": {
"name": "Set Time",
"description": "Sets the time.",
"fields": {
"time": {
"name": "Time",
"description": "The time to set."
}
}
}
2023-04-30 20:33:51 +00:00
}
}