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.