Skip to content

Documentation for Uptime Robot sensor #5437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions source/_components/binary_sensor.uptimerobot.markdown
Original file line number Diff line number Diff line change
@@ -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".
Binary file added source/images/supported_brands/uptimerobot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.