mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Clarify 'item' and 'rename' descriptions of 'update_item' action (#131336)
This commit is contained in:
parent
a9cab28474
commit
7ba0f54412
@ -44,11 +44,11 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"item": {
|
"item": {
|
||||||
"name": "Item name",
|
"name": "Item name",
|
||||||
"description": "The name for the to-do list item."
|
"description": "The current name of the to-do item."
|
||||||
},
|
},
|
||||||
"rename": {
|
"rename": {
|
||||||
"name": "Rename item",
|
"name": "Rename item",
|
||||||
"description": "The new name of the to-do item"
|
"description": "The new name for the to-do item"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"name": "Set status",
|
"name": "Set status",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user