From cda6e933cb7b31155421e102d3fb1f74b12a6d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20V=C3=B6r=C3=B6s?= <9920416+vorostamas@users.noreply.github.com> Date: Wed, 9 Dec 2020 18:59:09 +0100 Subject: [PATCH] Remove long_click_release from event values (#15860) long_click_release is converted to hold. https://github.com/home-assistant/core/blob/a2c3c33b22a6a26f1b20d8f94f9eb615019995d7/homeassistant/components/xiaomi_aqara/binary_sensor.py#L477-L479 --- source/_integrations/binary_sensor.xiaomi_aqara.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/binary_sensor.xiaomi_aqara.markdown b/source/_integrations/binary_sensor.xiaomi_aqara.markdown index be70063efe1..c18eb879bbf 100644 --- a/source/_integrations/binary_sensor.xiaomi_aqara.markdown +++ b/source/_integrations/binary_sensor.xiaomi_aqara.markdown @@ -23,7 +23,7 @@ The requirement is that you have setup the [`xiaomi aqara` integration](/integra | Smoke Detector | smoke | JTYJ-GD-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 (through long_click_press), off | `xiaomi_aqara.click`| `click_type`| `long_click_press`, `long_click_release`, `hold`, `single`, `double` | +| Button (1st gen) | switch | WXKG01LM | on (through long_click_press), off | `xiaomi_aqara.click`| `click_type`| `long_click_press`, `hold`, `single`, `double` | | Button (2nd gen) | sensor_switch.aq2, remote.b1acn01 | WXKG11LM | on (through long_click_press), off | `xiaomi_aqara.click` | `click_type` | `single`, `double`, `long_click_press`, `hold` | | Button (2nd gen, model b) | sensor_switch.aq3 | WXKG12LM | off (always) | `xiaomi_aqara.click` | `click_type` | `single`, `double`, `long_click_press`, `shake` | | Aqara Wireless Switch (Single) | 86sw1 | WXKG03LM | off (always) | `xiaomi_aqara.click` | `click_type` | `single` |