From 0f581f678b862b95ccd5d99569e11c295f51108e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 5 Aug 2021 09:13:06 +0200 Subject: [PATCH] Adjust documentation for config flow (#18728) --- source/_integrations/uptimerobot.markdown | 24 ++++------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/source/_integrations/uptimerobot.markdown b/source/_integrations/uptimerobot.markdown index a400e4e9718..c78e8864f51 100644 --- a/source/_integrations/uptimerobot.markdown +++ b/source/_integrations/uptimerobot.markdown @@ -12,26 +12,10 @@ ha_platforms: - binary_sensor --- -The `uptimerobot` binary sensor platform allows you get the status for all of your monitors from your account on [Uptime Robot]( https://uptimerobot.com). +The `uptimerobot` integration provides binary sensors to get the status for all of your monitors from your account on [Uptime Robot]( https://uptimerobot.com). -## Configuration - -To enable the sensor, add the following lines to your `configuration.yaml`: - -```yaml -# Example configuration.yaml entry -binary_sensor: - - platform: uptimerobot - api_key: YOUR_API_KEY -``` - -{% configuration %} -api_key: - description: Your Uptime Robot API key. - required: true - type: string -{% endconfiguration %} - -All the data will be fetched from [Uptime Robot](https://uptimerobot.com). +{% include integrations/config_flow.md %} To get your API key, go to [My Settings](https://uptimerobot.com/dashboard#mySettings) on the Uptime Robot website, at the bottom you will find your "Read-Only API Key". + +All the data will be fetched from [Uptime Robot](https://uptimerobot.com).