Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion source/_integrations/switchbot.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ For instructions on how to obtain the encryption key, see README in [PySwitchbot
- [Water Leak Detector](https://www.switch-bot.com/products/switchbot-water-leak-detector)
- [Remote (WoRemote)](https://www.switch-bot.com/products/switchbot-remote) (currently only supports battery level monitoring)
- [Climate Panel](https://www.switch-bot.com/products/switchbot-home-climate-panel) (currently only supports retrieving sensor data, does not yet support device control)
- [Presence Sensor](https://www.switch-bot.com/products/switchbot-presence-sensor)

### Hubs

Expand Down Expand Up @@ -392,7 +393,7 @@ Features:

### Sensors

Sensor entiteis are added for thermometer and hygrometer devices, motion sensor, contact sensor, leak sensor, remote button and climate panel.
Sensor entiteis are added for thermometer and hygrometer devices, motion sensor, contact sensor, leak sensor, presence sensor, remote button and climate panel.

#### Meter

Expand Down Expand Up @@ -450,6 +451,16 @@ Features:
- motion detection state
- get battery level

#### Presence Sensor

Note: Device battery data is stored in service data, not broadcast. This data can only be retrieved when Bluetooth is in active mode.

Feature

- get light level
- get battery
- get occupancy state

#### Water Leak Detector

This is an encrypted device.
Expand Down