Files
homeassistant-core/homeassistant/components/time/strings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
350 B
JSON
Raw Normal View History

2023-04-30 16:33:51 -04: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 16:33:51 -04:00
}
}