mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Update description of evaluate_payload
to use friendly name (#140736)
* Update description of `evaluate_payload` to use friendly name For the graphical UI the action descriptions need to refer to the friendly names of other fields so these can be translated to match. Small change from `payload` to 'Payload'. * Replace "When …" with "If …"
This commit is contained in:
parent
a9949aece0
commit
f19a5b28f7
@ -362,7 +362,7 @@
|
||||
"fields": {
|
||||
"evaluate_payload": {
|
||||
"name": "Evaluate payload",
|
||||
"description": "When `payload` is a Python bytes literal, evaluate the bytes literal and publish the raw data."
|
||||
"description": "If 'Payload' is a Python bytes literal, evaluate the bytes literal and publish the raw data."
|
||||
},
|
||||
"topic": {
|
||||
"name": "Topic",
|
||||
|
Loading…
x
Reference in New Issue
Block a user