From 7426c528ce04b6af747e4a7c6857f948bd40a6dd Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Wed, 26 Jan 2022 18:44:45 +0100 Subject: [PATCH] Add sensor platform to UptimeRobot (#21343) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- source/_integrations/uptimerobot.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/uptimerobot.markdown b/source/_integrations/uptimerobot.markdown index cca8648de9f..c8f1c6403b8 100644 --- a/source/_integrations/uptimerobot.markdown +++ b/source/_integrations/uptimerobot.markdown @@ -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 %}