diff --git a/source/_components/binary_sensor.uptimerobot.markdown b/source/_components/binary_sensor.uptimerobot.markdown new file mode 100644 index 00000000000..7b37252f399 --- /dev/null +++ b/source/_components/binary_sensor.uptimerobot.markdown @@ -0,0 +1,35 @@ +--- +layout: page +title: "Uptime Robot" +description: "Instructions on how to set up Uptime Robot within Home Assistant." +date: 2018-05-29 21:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: uptimerobot.png +ha_category: Binary Sensor +ha_release: "0.72" +ha_iot_class: "Cloud Polling" +--- + +The `uptimerobot` binary_sensor platform allows you get the status for all of your monitors from your account on [Uptime Robot.]( https://uptimerobot.com) + +## Example for `configuration.yaml` : + +```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](https://uptimerobot.com). + +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 "Main API Key". diff --git a/source/images/supported_brands/uptimerobot.png b/source/images/supported_brands/uptimerobot.png new file mode 100644 index 00000000000..64a319bff2b Binary files /dev/null and b/source/images/supported_brands/uptimerobot.png differ