From 46229902406ffb367385ea9fa468d427513ead7d Mon Sep 17 00:00:00 2001 From: tchentchen Date: Mon, 8 Jan 2018 07:40:10 -0500 Subject: [PATCH] Changed desc of where push notification slider was (#4362) The previous description made it sound like the push notification slider was in the sidebar. I thought something had been wrong with my GCM html5 setup until I found a screenshot in the forum that showed it under the general configuration tab. Updating the language to make it clearer. --- source/_components/notify.html5.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/notify.html5.markdown b/source/_components/notify.html5.markdown index 194acd9b3af..1adf5f015e1 100644 --- a/source/_components/notify.html5.markdown +++ b/source/_components/notify.html5.markdown @@ -66,7 +66,7 @@ The `html5` platform can only function if all of the following requirements are Assuming you have already added the platform to your configuration: 1. Open Home Assistant in Chrome or Firefox. -2. Assuming you have met all the [requirements](#requirements) above, you should see a new slider in the sidebar labeled Push Notifications. +2. Assuming you have met all the [requirements](#requirements) above, you should see a new slider for Push Notifications through the sidebar Configuration > General. 3. Slide it to the on position. 4. Within a few seconds you should be prompted to allow notifications from Home Assistant. 5. Assuming you accept, that's all there is to it!