Merge pull request #3266 from syssi/feature/sensor_wleak.aq1

Xiaomi gateway: Device support for the Aqara Water Leak Sensor
This commit is contained in:
Daniel Høyer Iversen 2017-08-27 21:31:21 +02:00 committed by GitHub
commit a0985dde6c
2 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@ The requirement is that you have setup the [`xiaomi` component](/components/xiao
| Door and Window Sensor (2nd gen) | sensor_magnet.aq2 | MCCGQ11LM | on, off | | | | | Door and Window Sensor (2nd gen) | sensor_magnet.aq2 | MCCGQ11LM | on, off | | | |
| Smoke Detector | smoke | JTYJ-GD-01LM/BW | on, off | | | | | Smoke Detector | smoke | JTYJ-GD-01LM/BW | on, off | | | |
| Gas Leak Detector | natgas | JTQJ-BF-01LM/BW | on, off | | | | | Gas Leak Detector | natgas | JTQJ-BF-01LM/BW | on, off | | | |
| Water Leak Sensor | sensor_wleak.aq1 | SJCGQ11LM | on, off | | | |
| Button (1st gen) | switch | WXKG01LM | on (thru long_click_press), off | `click` | `click_type` | `long_click_press`, `long_click_release`, `hold`, `single`, `double` | | Button (1st gen) | switch | WXKG01LM | on (thru long_click_press), off | `click` | `click_type` | `long_click_press`, `long_click_release`, `hold`, `single`, `double` |
| Button (2nd gen) | sensor_switch.aq2 | WXKG11LM | off (always) | `click` | `click_type` | `single`, `double` | | Button (2nd gen) | sensor_switch.aq2 | WXKG11LM | off (always) | `click` | `click_type` | `single`, `double` |
| Aqara Wireless Switch (Single) | 86sw1 | WXKG03LM | off (always) | `click` | `click_type` | `single` | | Aqara Wireless Switch (Single) | 86sw1 | WXKG03LM | off (always) | `click` | `click_type` | `single` |
| Aqara Wireless Switch (Double) | 86sw2 | WXKG02LM | off (always) | `click` | `click_type` | `single`, `both` | | Aqara Wireless Switch (Double) | 86sw2 | WXKG02LM | off (always) | `click` | `click_type` | `single`, `both` |
| Cube | cube | MFKZQ01LM | off (always) | `cube_action` | `action_type`, `action_value` (rotate) | `flip90`, `flip180`, `move`, `tap_twice`, `shake_air`, `swing`, `alert`, `free_fall`, `rotate` (degrees at action_value) | | Cube | cube | MFKZQ01LM | off (always) | `cube_action` | `action_type`, `action_value` (rotate) | `flip90`, `flip180`, `move`, `tap_twice`, `shake_air`, `swing`, `alert`, `free_fall`, `rotate` (degrees at action_value) |
### {% linkable_title Automation examples %} ### {% linkable_title Automation examples %}
#### {% linkable_title Motion %} #### {% linkable_title Motion %}

View File

@ -32,13 +32,13 @@ The `xiaomi` platform allows you to integrate the following [Xiaomi](http://www.
- Smoke Detector (reports alarm and density) - Smoke Detector (reports alarm and density)
- Gateway (Light, Illumination Sensor, Ringtone play) - Gateway (Light, Illumination Sensor, Ringtone play)
- Intelligent Curtain - Intelligent Curtain
- Water Leak Sensor
- Battery - Battery
What's not available? What's not available?
- Gateway Radio - Gateway Radio
- Gateway Button - Gateway Button
- Water Sensor
- Aqara Air Conditioning Companion - Aqara Air Conditioning Companion
- Aqara Intelligent Air Conditioner Controller Hub - Aqara Intelligent Air Conditioner Controller Hub
- Decoupled mode of the Aqara Wall Switches (Single & Double) - Decoupled mode of the Aqara Wall Switches (Single & Double)