From a6158ce0e539c08bbf9727b4c5ebe6bd3f9280e1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 13 Oct 2016 22:32:12 +0200 Subject: [PATCH] Add `send_test_msg` description --- source/_components/notify.pushetta.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/notify.pushetta.markdown b/source/_components/notify.pushetta.markdown index f417fce68be..d458c0eb51f 100644 --- a/source/_components/notify.pushetta.markdown +++ b/source/_components/notify.pushetta.markdown @@ -33,6 +33,7 @@ Configuration variables: - **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. - **api_key** (*Required*): Your API key for Pushetta. - **channel_name** (*Required*): The name of your channel. +- **send_test_msg** (*Optional*): Disable/enable the test message send on Home Asssitant's startup to test the API key and the existance of the channel. Default to `False`. It's easy to test your Pushetta setup outside of Home Assistant. Assuming you have a channel *home-assistant*, just fire a request and check the channel page in the dashboard for a new message.