home-assistant.io/source/_components/binary_sensor.uptimerobot.markdown
Fabian Affolter 95546aa3fc
Move to Network category (#6181)
* Move to Network category

* Update category and other fixes
2018-09-03 10:48:27 +02:00

1.0 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Uptime Robot Instructions on how to set up Uptime Robot within Home Assistant. 2018-05-29 21:00 true false true true uptimerobot.png System Monitor 0.72 Cloud Polling

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

{% linkable_title 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".