mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Change "webhook (applet)" to lowercase in ifttt
(#143642)
This commit is contained in:
parent
812db815f1
commit
381b495efc
@ -2,7 +2,7 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Set up the IFTTT Webhook Applet",
|
"title": "Set up the IFTTT webhook applet",
|
||||||
"description": "Are you sure you want to set up IFTTT?"
|
"description": "Are you sure you want to set up IFTTT?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"webhook_not_internet_accessible": "[%key:common::config_flow::abort::webhook_not_internet_accessible%]"
|
"webhook_not_internet_accessible": "[%key:common::config_flow::abort::webhook_not_internet_accessible%]"
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
"default": "To send events to Home Assistant, you will need to use the \"Make a web request\" action from the [IFTTT Webhook applet]({applet_url}).\n\nFill in the following info:\n\n- URL: `{webhook_url}`\n- Method: POST\n- Content Type: application/json\n\nSee [the documentation]({docs_url}) on how to configure automations to handle incoming data."
|
"default": "To send events to Home Assistant, you will need to use the \"Make a web request\" action from the [IFTTT webhook applet]({applet_url}).\n\nFill in the following info:\n\n- URL: `{webhook_url}`\n- Method: POST\n- Content Type: application/json\n\nSee [the documentation]({docs_url}) on how to configure automations to handle incoming data."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
@ -32,7 +32,7 @@
|
|||||||
},
|
},
|
||||||
"trigger": {
|
"trigger": {
|
||||||
"name": "Trigger",
|
"name": "Trigger",
|
||||||
"description": "Triggers the configured IFTTT Webhook.",
|
"description": "Triggers the configured IFTTT webhook.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"event": {
|
"event": {
|
||||||
"name": "Event",
|
"name": "Event",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user