Change "webhook (applet)" to lowercase in ifttt (#143642)

This commit is contained in:
Norbert Rittel 2025-04-25 17:27:22 +02:00 committed by GitHub
parent 812db815f1
commit 381b495efc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",