1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/homeassistant/components/time/strings.json
2023-07-12 12:23:39 +02:00

21 lines
350 B
JSON

{
"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."
}
}
}
}
}