diff --git a/source/_integrations/hipchat.markdown b/source/_integrations/hipchat.markdown
index 3057371def7..b8f4ed392ea 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 will be discontinued after February 15th, 2019. This to give customers the opportunity to make a switch.
+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
@@ -61,7 +62,6 @@ format:
host:
description: Setting the host will override the default HipChat server host.
required: false
- default: "https://api.hipchat.com/"
type: string
{% endconfiguration %}