mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 00:20:30 +01:00
Improve time action naming consistency (#166532)
This commit is contained in:
committed by
Bram Kragten
parent
dcf6416ae9
commit
a9e1bbd5ab
@@ -6,14 +6,14 @@
|
||||
},
|
||||
"services": {
|
||||
"set_value": {
|
||||
"description": "Sets the time.",
|
||||
"description": "Sets the value of a time entity.",
|
||||
"fields": {
|
||||
"time": {
|
||||
"description": "The time to set.",
|
||||
"name": "Time"
|
||||
}
|
||||
},
|
||||
"name": "Set Time"
|
||||
"name": "Set time"
|
||||
}
|
||||
},
|
||||
"title": "Time"
|
||||
|
||||
Reference in New Issue
Block a user