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>
This commit is contained in:
Laurence Presland 2024-05-16 22:38:06 +10:00 committed by GitHub
parent f81d75f830
commit 69529a9a37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,17 @@ ha_category:
- Plug - Plug
- Remote - Remote
- Switch - Switch
- Sensor
ha_release: '2023.10' ha_release: '2023.10'
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
ha_codeowners: ha_codeowners:
- '@SeraphicRav' - '@SeraphicRav'
- '@laurence-presland'
ha_domain: switchbot_cloud ha_domain: switchbot_cloud
ha_platforms: ha_platforms:
- climate - climate
- switch - switch
- sensor
ha_config_flow: true ha_config_flow: true
ha_integration_type: integration 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 (Wi-Fi only, only available in Japan)
- Plug Mini, both the original and HomeKit-enabled - Plug Mini, both the original and HomeKit-enabled
- IR appliances exposed through the different hubs: - IR appliances exposed through the different hubs:
- ON/OFF for all appliance types excepted "Others" - ON/OFF for all appliance types excepted "Others"
- Air Conditioner - Air Conditioner
- Meter
- MeterPlus
- Outdoor Meter
## Important considerations
<div class='note warning'>
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.
</div>
<div class='note warning'> <div class='note warning'>
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. 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.