From e049b830ef60b57de2c62c631121c717a7cefab2 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Thu, 9 Feb 2017 22:22:54 +0100 Subject: [PATCH] Fix link to Mysensors API. Fix link to Mysensors API. Missing part of the url tag. --- source/_components/mysensors.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/mysensors.markdown b/source/_components/mysensors.markdown index 37a20d48079..ab5e13f3cc2 100644 --- a/source/_components/mysensors.markdown +++ b/source/_components/mysensors.markdown @@ -176,6 +176,6 @@ void receive(const MyMessage &message) { Sending a heartbeat from the MySensors device to Home Assistant activates the SmartSleep functionality in Home Assistant. This means that messages are buffered and only sent to the device upon receiving a heartbeat from the device. State changes are stored so that only the last requested state change is sent to the device. Other types of messages are queued in a FIFO queue. SmartSleep is useful for battery powered actuators that are waiting for commands. See the MySensors library API for information on how to send heartbeats and sleep device. -Visit the [library api] of MySensors for more information. +Visit the [library api][MySensors library api] of MySensors for more information. [MySensors library api]: http://www.mysensors.org/download