Results 649 comments of bilogic

@dantleech can make a release?

Hi, thanks for getting back ![image](https://github.com/user-attachments/assets/101e1554-2e92-4551-9cb9-dc9ec7eabdca) 1. This is the main problem: I don't want any users to know about `git@` to prevent them from replying to it 2. I...

> I understand what you mean. I think we can replace `From` with git+{any string}@xxxx.xxx when sending emails using smtp. It has to match whatever `reply-to:` was configured to in...

Sure, can we make it configurable on gitea then? Those who can will show only sub address, those who can't will just have to be restricted by their mailer. I...

~I like the idea of `platform: tuya_le`. We could eventually merge it back into `tuya` when better information comes in.~ Alternatively, this could also make sense ```YAML sensor: - platform:...

@kudlatykaskader I think you are missing `#ifdef USE_TIME` here https://github.com/esphome/esphome/blob/42d65baabbed3aa28a6b04d1f0ab20f133c2e9a5/esphome/components/tuya/tuya.cpp#L185-L187

My intention was to help out where I can. Did you develop based on this document? https://developer.tuya.com/en/docs/iot/ble-door-lock-mcu-development-overview?id=K95l67wf9xopf

Sure, I used an ESP32 to sniff TX and RX. Now I'm thinking of how to replace the BK with ESP32. But one main observation is, the BK responds immediately...

@kudlatykaskader Must the module (BK72xx) talk about wifi with the MCU? I suppose everything else should still work except the wifi icon will keep blinking right? I was able to...