mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 10:08:57 +00:00
972 B
972 B
title, description, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_domain
title | description | ha_category | ha_release | ha_iot_class | ha_codeowners | ha_domain | ||
---|---|---|---|---|---|---|---|---|
Uptime Robot | Instructions on how to set up Uptime Robot within Home Assistant. |
|
0.72 | Cloud Polling |
|
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 fetched 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".