mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Fix typos / grammar in description of create_task action (#134705)
This commit is contained in:
parent
a41bdfe0cc
commit
d96b2499e2
@ -2,7 +2,7 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"create_task": {
|
"create_task": {
|
||||||
"name": "Create task",
|
"name": "Create task",
|
||||||
"description": "Creates (or update) a new task in your Remember The Milk account. If you want to update a task later on, you have to set an \"id\" when creating the task. Note: Updating a tasks does not support the smart syntax.",
|
"description": "Creates a new task in your Remember The Milk account or updates an existing one. If you want to update a task later on, you have to set an \"ID\" when creating the task. Note: Updating a task does not support the smart syntax.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"name": {
|
"name": {
|
||||||
"name": "[%key:common::config_flow::data::name%]",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user