1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00
Files
core/homeassistant/components/time/strings.json
2026-03-31 19:32:11 +02:00

21 lines
368 B
JSON

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