Is there any way for me to trigger my smart devices over BLE. I have HA running in a Docker container on a Raspberry Pi 4 B
I cant get it to use my built in Bluetooth, and cant seem to find anyone that is using Bluetooth to trigger actions
I have a Arduino sending commands out over Bluetooth LE, and I want the Raspberry Pi to trigger lights and curtains based upon the BLE signal
So the Arduino sends out a signal saying to turn on the lights in the living room, the raspberry pi is listening and triggers the lights
I can listen for the BLE over Python, but I cant get HA to do it