From 176c4f531b494b0b2c8ca46218e8d6ba61c6cf4f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 1 May 2015 21:04:40 +0200 Subject: [PATCH] add missing period --- source/components/notify.instapush.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/notify.instapush.markdown b/source/components/notify.instapush.markdown index 6d477ce63f4..a3f07b7d366 100644 --- a/source/components/notify.instapush.markdown +++ b/source/components/notify.instapush.markdown @@ -37,6 +37,6 @@ curl -X POST \ -d '{"event":"notification","trackers":{"home-assistant":"Switch 1"}}' \ https://api.instapush.im/v1/post ``` -For further details, please check the [API](https://instapush.im/developer/rest) +For further details, please check the [API](https://instapush.im/developer/rest). To use notifications, please see the [getting started with automation page]({{site_root}}/components/automation.html).