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,
"GPSLogger Webhook",
{"docs_url": "https://www.home-assistant.io/components/gpslogger/"},
{"docs_url": "https://www.home-assistant.io/integrations/gpslogger/"},
)