mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Black
This commit is contained in:
@@ -5,9 +5,9 @@ from .const import DOMAIN
|
||||
|
||||
config_entry_flow.register_webhook_flow(
|
||||
DOMAIN,
|
||||
'Dialogflow Webhook',
|
||||
"Dialogflow Webhook",
|
||||
{
|
||||
'dialogflow_url': 'https://dialogflow.com/docs/fulfillment#webhook',
|
||||
'docs_url': 'https://www.home-assistant.io/components/dialogflow/'
|
||||
}
|
||||
"dialogflow_url": "https://dialogflow.com/docs/fulfillment#webhook",
|
||||
"docs_url": "https://www.home-assistant.io/components/dialogflow/",
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user