From 69529a9a37bb9f5cd4fe4ccf80c1fc9eb25578b7 Mon Sep 17 00:00:00 2001 From: Laurence Presland <22112431+laurence-presland@users.noreply.github.com> Date: Thu, 16 May 2024 22:38:06 +1000 Subject: [PATCH] Add Meter, MeterPlus, and Outdoor Meter to SwitchBot Cloud Docs (#32335) * Add Meter, MeterPlus, and Outdoor Meter to SwitchBot Cloud Docs * Tiny tweak to kick the CI. * Update switchbot_cloud.markdown Add sensor platform Expand list of devices Clarify notes on update interval --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/switchbot_cloud.markdown | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/source/_integrations/switchbot_cloud.markdown b/source/_integrations/switchbot_cloud.markdown index 852dd7f74f4..2c718136c40 100644 --- a/source/_integrations/switchbot_cloud.markdown +++ b/source/_integrations/switchbot_cloud.markdown @@ -6,14 +6,17 @@ ha_category: - Plug - Remote - Switch + - Sensor ha_release: '2023.10' ha_iot_class: Cloud Polling ha_codeowners: - '@SeraphicRav' + - '@laurence-presland' ha_domain: switchbot_cloud ha_platforms: - climate - switch + - sensor ha_config_flow: true ha_integration_type: integration --- @@ -32,11 +35,18 @@ Please note, device names configured in the SwitchBot app are transferred into H - Plug (Wi-Fi only, only available in Japan) - Plug Mini, both the original and HomeKit-enabled - - IR appliances exposed through the different hubs: - ON/OFF for all appliance types excepted "Others" - Air Conditioner +- Meter +- MeterPlus +- Outdoor Meter +## Important considerations + +
+Each sensor will request a status update from the SwitchBot Cloud API once every 10 minutes (600 seconds). The SwitchBot Cloud API limits users to 10,000 requests per day. +
For IR Appliances, the state is inferred from previous commands in Home Assistant and might not reflect reality if you use other ways to control the device.