custom-components / ble_monitor

BLE monitor for passive BLE sensors
https://community.home-assistant.io/t/passive-ble-monitor-integration/
MIT License
1.85k stars 239 forks source link

[Bug]: Mijia wireless switch XMWXKG01LM Automation does not have sensor options #1330

Closed w961471797 closed 4 months ago

w961471797 commented 4 months ago

What happened?

The first image is about creating automation using ble_monitor integration. The second image is about creating automation using HA Xiaomi BLE integration. ble_monitor missing sensor options 111 222

Sensor type

XMWXKG01LM

Relevant log output

No response

Ernst79 commented 4 months ago

BLE Monitor does not support events and predefined device automations. But you can always create automations based on the sensor state (changes) and attribute state (changes).

There are no plans to add this. The advise is to move to the official Xiaomi-BLE integration, as further development will mostly be done on the Xiaomi-BLE integration (I maintain both). We are currently moving the Locks over to Xiaomi-BLE, as the last category of Xiaomi devices (probably in HA 2024.4).

w961471797 commented 4 months ago

OK thank you