core/homeassistant/components/dialogflow/translations/de.json

13 lines
620 B
JSON
Raw Normal View History

2018-11-21 19:18:56 +00:00
{
"config": {
2019-01-09 23:29:31 +00:00
"create_entry": {
2020-01-13 00:31:54 +00:00
"default": "Um Ereignisse an den Home Assistant zu senden, musst du [Webhook-Integration von Dialogflow]({dialogflow_url}) einrichten. \n\nF\u00fclle die folgenden Informationen aus: \n\n - URL: ` {webhook_url} ` \n - Methode: POST \n - Inhaltstyp: application / json \n\nWeitere Informationen findest du in der [Dokumentation]({docs_url})."
2019-01-09 23:29:31 +00:00
},
2018-11-21 19:18:56 +00:00
"step": {
"user": {
2020-01-13 00:31:54 +00:00
"description": "M\u00f6chtest du Dialogflow wirklich einrichten?",
2018-11-21 19:18:56 +00:00
"title": "Dialogflow Webhook einrichten"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-11-21 19:18:56 +00:00
}