mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 09:02:38 +01:00
21 lines
350 B
JSON
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"
|
|
}
|