From d7e060efb3ee6e12e9dd136254c45cd3ceeffa7d Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sun, 28 Oct 2018 12:03:40 +0100 Subject: [PATCH] Fix Hipchat config variable default (#7181) * Fix Hipchat config variable default * Better layout for first note --- source/_components/notify.hipchat.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_components/notify.hipchat.markdown b/source/_components/notify.hipchat.markdown index 883fbcbf491..b4f81a989ce 100644 --- a/source/_components/notify.hipchat.markdown +++ b/source/_components/notify.hipchat.markdown @@ -14,7 +14,8 @@ ha_release: "0.52"

This component will be removed from Home Assistant in the future. Slack has taken over Hipchat and Stride and will therefore stop these platforms. For more information: announcement. - +
+
Hipchat will be discontinued after February 15th, 2019. This to give customers the opportunity to make a switch.

@@ -58,7 +59,7 @@ notify: default: false type: boolean format: - description: Setting format will override the default message format. Default is 'text'. Valid options are 'text' and 'html'. + description: Setting format will override the default message format. Valid options are 'text' and 'html'. required: false default: text type: string