mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 02:58:57 +00:00

* Initial documentation for Uptime Robot * Added sidebar * quote for title * trigger netlify build, it faild due to timeout. * trigger netlify build, it faild due to timeout again. * Converted to binary_sensor * convert to binary_sensor * Update binary_sensor.uptimerobot.markdown * Update binary_sensor.uptimerobot.markdown
964 B
964 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
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 | Binary Sensor | 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.
Example for configuration.yaml
:
binary_sensor:
- platform: uptimerobot
api_key: u432898-d2507e493b31217e6c64fd35
{% 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".