home-assistant.io/source/_components/uptimerobot.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1001 B

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Uptime Robot Instructions on how to set up Uptime Robot within Home Assistant. uptimerobot.png
System Monitor
0.72 Cloud Polling
/components/binary_sensor.uptimerobot/

The uptimerobot binary sensor platform allows you get the status for all of your monitors from your account on Uptime Robot..

Configuration

To enable the sensor, add the following lines to your configuration.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 fetch from Uptime Robot.

To get your API key, go to My Settings on the Uptime Robot website, at the bottom you will find your "Main API Key".