From 288d370ef53605d5b5f19b82be142ea51225a3fa Mon Sep 17 00:00:00 2001 From: ju Date: Mon, 14 Oct 2019 17:28:25 +0200 Subject: [PATCH] Fix html5 notification documentation url (#27636) --- homeassistant/components/html5/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/html5/notify.py b/homeassistant/components/html5/notify.py index ac76911b9f6..a802609ac85 100644 --- a/homeassistant/components/html5/notify.py +++ b/homeassistant/components/html5/notify.py @@ -56,7 +56,7 @@ def gcm_api_deprecated(value): "Configuring html5_push_notifications via the GCM api" " has been deprecated and will stop working after April 11," " 2019. Use the VAPID configuration instead. For instructions," - " see https://www.home-assistant.io/components/notify.html5/" + " see https://www.home-assistant.io/integrations/html5/" ) return value