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).