### The problem
Hello, I have a problem to integrate a xiaomi aqara switch on… home assistant.
I use deconz with the Conbee 2.
In the logs I have the buttons that are pressed.
But the button states do not appear.
Can you help me find a solution?
Switch : WRS-R02
https://www.amazon.fr/Aqara-Interrupteur-T%C3%A9l%C3%A9commande-Configurable-Installation/dp/B094QL17GY/ref=sr_1_3?crid=IDNR3W1AL1F3&keywords=aqara+h1&qid=1645809621&s=hi&sprefix=%2Cdiy%2C103&sr=1-3
Phoscom app : 2.14.01
Conbee 2 Firmware : 26720700
![2022-02-25_18h02_02](https://user-images.githubusercontent.com/11570484/155759522-7d4f9b09-bf40-477b-8bb0-c1ab1942ea66.png)
![2022-02-25_18h10_12](https://user-images.githubusercontent.com/11570484/155759525-1691e233-dc73-40f8-aba2-ae489ffe0419.png)
![2022-02-25_18h15_44](https://user-images.githubusercontent.com/11570484/155759529-3856c3ba-84a4-4867-9bdc-770463a20bda.png)
### What version of Home Assistant Core has the issue?
2022.2.9
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home Assistant Core
### Integration causing the issue
deconz
### Link to integration documentation on our website
_No response_
### Diagnostics information
_No response_
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
```txt
18:15:15:691 [INFO] - Button 1002 - lumi.remote.b28ac1, unicast to: 0x0000, endpoint: 0x01, cluster: MULTISTATE_INPUT (0x0012), action: Normal press, payload: 5500210100, zclSeq: 179
18:15:15:694 ZCL attribute report 0x54EF441000065809 for cluster: 0x0012, ep: 0x01, frame control: 0x18, mfcode: 0x0000
18:15:18:150 Multi state present value: 0x0002 (2), lumi.remote.b28ac1
18:15:18:154 [INFO] - Button 1004 - lumi.remote.b28ac1, unicast to: 0x0000, endpoint: 0x01, cluster: MULTISTATE_INPUT (0x0012), action: Double press, payload: 5500210200, zclSeq: 180
18:15:18:155 ZCL attribute report 0x54EF441000065809 for cluster: 0x0012, ep: 0x01, frame control: 0x18, mfcode: 0x0000
18:15:19:814 Multi state present value: 0x0000 (0), lumi.remote.b28ac1
18:15:19:819 [INFO] - Button 1003 - lumi.remote.b28ac1, unicast to: 0x0000, endpoint: 0x01, cluster: MULTISTATE_INPUT (0x0012), action: Long press, payload: 5500210000, zclSeq: 181
18:15:19:821 ZCL attribute report 0x54EF441000065809 for cluster: 0x0012, ep: 0x01, frame control: 0x18, mfcode: 0x0000
18:15:21:990 [INFO] - Button 2002 - lumi.remote.b28ac1, unicast to: 0x0000, endpoint: 0x02, cluster: MULTISTATE_INPUT (0x0012), action: Normal press, payload: 5500210100, zclSeq: 182
18:15:21:991 ZCL attribute report 0x54EF441000065809 for cluster: 0x0012, ep: 0x02, frame control: 0x18, mfcode: 0x0000
18:15:23:396 [INFO] - Button 2004 - lumi.remote.b28ac1, unicast to: 0x0000, endpoint: 0x02, cluster: MULTISTATE_INPUT (0x0012), action: Double press, payload: 5500210200, zclSeq: 183
18:15:23:398 ZCL attribute report 0x54EF441000065809 for cluster: 0x0012, ep: 0x02, frame control: 0x18, mfcode: 0x0000
18:15:25:057 [INFO] - Button 2003 - lumi.remote.b28ac1, unicast to: 0x0000, endpoint: 0x02, cluster: MULTISTATE_INPUT (0x0012), action: Long press, payload: 5500210000, zclSeq: 184
18:15:25:059 ZCL attribute report 0x54EF441000065809 for cluster: 0x0012, ep: 0x02, frame control: 0x18, mfcode: 0x0000
18:15:27:093 [INFO] - Button 3002 - lumi.remote.b28ac1, unicast to: 0x0000, endpoint: 0x03, cluster: MULTISTATE_INPUT (0x0012), action: Normal press, payload: 5500210100, zclSeq: 185
18:15:27:094 ZCL attribute report 0x54EF441000065809 for cluster: 0x0012, ep: 0x03, frame control: 0x18, mfcode: 0x0000
18:15:29:246 [INFO] - Button 3004 - lumi.remote.b28ac1, unicast to: 0x0000, endpoint: 0x03, cluster: MULTISTATE_INPUT (0x0012), action: Double press, payload: 5500210200, zclSeq: 186
18:15:29:247 ZCL attribute report 0x54EF441000065809 for cluster: 0x0012, ep: 0x03, frame control: 0x18, mfcode: 0x0000
18:15:31:377 [INFO] - Button 3002 - lumi.remote.b28ac1, unicast to: 0x0000, endpoint: 0x03, cluster: MULTISTATE_INPUT (0x0012), action: Normal press, payload: 5500210100, zclSeq: 187
18:15:31:378 ZCL attribute report 0x54EF441000065809 for cluster: 0x0012, ep: 0x03, frame control: 0x18, mfcode: 0x0000
18:15:35:925 [INFO] - Button 3003 - lumi.remote.b28ac1, unicast to: 0x0000, endpoint: 0x03, cluster: MULTISTATE_INPUT (0x0012), action: Long press, payload: 5500210000, zclSeq: 188
```
### Additional information
_No response_