home-assistant.io/source/_integrations/uptimerobot.markdown
Tomasz 6a9ed4f342
Uptime Robot offers a read-only API Key (#14013)
Uptime Robot offers a read-only API Key. This is much safer to use.
Integration works fine with both keys.
2020-07-16 11:17:32 +02:00

36 lines
977 B
Markdown

---
title: Uptime Robot
description: Instructions on how to set up Uptime Robot within Home Assistant.
ha_category:
- System Monitor
ha_release: 0.72
ha_iot_class: Cloud Polling
ha_codeowners:
- '@ludeeus'
ha_domain: uptimerobot
---
The `uptimerobot` binary sensor platform allows you get the status for all of your monitors from your account on [Uptime Robot]( https://uptimerobot.com).
## Configuration
To enable the sensor, add the following lines to your `configuration.yaml`:
```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](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 "Read-Only API Key".