Add sensor platform to UptimeRobot (#21343)

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
Simone Chemelli 2022-01-26 18:44:45 +01:00 committed by GitHub
parent f01e01bd51
commit 7426c528ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,12 @@ ha_codeowners:
ha_domain: uptimerobot
ha_platforms:
- binary_sensor
- sensor
ha_quality_scale: platinum
ha_config_flow: true
---
The `uptimerobot` integration provides binary sensors to get the status for all of your monitors from your account on [UptimeRobot]( https://uptimerobot.com).
The `uptimerobot` integration provides entities to get the status for all of your monitors from your account on [UptimeRobot]( https://uptimerobot.com).
{% include integrations/config_flow.md %}