1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/time/strings.json

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