From 2ced27b10ff74065edf26321b9b1dcf9c1189324 Mon Sep 17 00:00:00 2001 From: Micah Neal Date: Wed, 9 Oct 2019 17:10:30 -0500 Subject: [PATCH 1/2] Removed missing link, updated future to past tense --- source/_integrations/hipchat.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_integrations/hipchat.markdown b/source/_integrations/hipchat.markdown index 3057371def73..74786973a91c 100644 --- a/source/_integrations/hipchat.markdown +++ b/source/_integrations/hipchat.markdown @@ -11,7 +11,7 @@ ha_release: 0.52 This integration 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. +Hipchat was disconnected on February 15th, 2019. This document is now legacy. The `hipchat` platform allows you to send notifications from Home Assistant to [HipChat](https://hipchat.com/). @@ -61,7 +61,6 @@ format: host: description: Setting the host will override the default HipChat server host. required: false - default: "https://api.hipchat.com/" type: string {% endconfiguration %} From f4779bf54bd7fb19d16efacdd682f68927252661 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 10 Oct 2019 11:53:13 +0200 Subject: [PATCH 2/2] Minor changes --- source/_integrations/hipchat.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_integrations/hipchat.markdown b/source/_integrations/hipchat.markdown index 74786973a91c..b8f4ed392ea2 100644 --- a/source/_integrations/hipchat.markdown +++ b/source/_integrations/hipchat.markdown @@ -8,16 +8,17 @@ ha_release: 0.52 ---
-This integration 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 was disconnected on February 15th, 2019. This document is now legacy. +This integration was removed from Home Assistant. Slack [has taken](https://www.atlassian.com/blog/announcements/new-atlassian-slack-partnership) over Hipchat and Stride and will therefore stop these platforms. Hipchat was disconnected on February 15th, 2019. This document is now legacy.
The `hipchat` platform allows you to send notifications from Home Assistant to [HipChat](https://hipchat.com/). +## Setup + You need to obtain a [HipChat API token](https://developer.atlassian.com/hipchat/guide/hipchat-rest-api/api-access-tokens#APIaccesstokens-Usergeneratedtokens) to be able to send notifications. +## Configuration + To enable the HipChat notification in your installation, add the following to your `configuration.yaml` file: ```yaml