1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Update documentation link URL for integrations (part2) (#27117)

This commit is contained in:
Franck Nijhof
2019-10-02 18:34:07 +02:00
committed by Paulus Schoutsen
parent 04ead6f273
commit d4a67e3a30
50 changed files with 58 additions and 56 deletions

View File

@@ -6,5 +6,5 @@ from .const import DOMAIN
config_entry_flow.register_webhook_flow(
DOMAIN,
"Geofency Webhook",
{"docs_url": "https://www.home-assistant.io/components/geofency/"},
{"docs_url": "https://www.home-assistant.io/integrations/geofency/"},
)