Skip to content

Commit 6c37849

Browse files
ludeeusMartinHjelmare
authored andcommitted
Documentation for Uptime Robot sensor (home-assistant#5437)
* 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
1 parent 73b38b4 commit 6c37849

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: page
3+
title: "Uptime Robot"
4+
description: "Instructions on how to set up Uptime Robot within Home Assistant."
5+
date: 2018-05-29 21:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: uptimerobot.png
11+
ha_category: Binary Sensor
12+
ha_release: "0.72"
13+
ha_iot_class: "Cloud Polling"
14+
---
15+
16+
The `uptimerobot` binary_sensor platform allows you get the status for all of your monitors from your account on [Uptime Robot.]( https://uptimerobot.com)
17+
18+
## Example for `configuration.yaml` :
19+
20+
```yaml
21+
binary_sensor:
22+
- platform: uptimerobot
23+
api_key: u432898-d2507e493b31217e6c64fd35
24+
```
25+
26+
{% configuration %}
27+
api_key:
28+
description: Your Uptime Robot API key.
29+
required: true
30+
type: string
31+
{% endconfiguration %}
32+
33+
All the data will be fetch from [Uptime Robot](https://uptimerobot.com).
34+
35+
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".
4.5 KB
Loading

0 commit comments

Comments
 (0)