Results 4 issues of BugChang

### Device model / 设备型号 lemesh.light.wy02 ### Component version / 插件版本 0.7.16 ### HA core version / HA版本 2024.3.0 ### Integrated mode / 集成方式 Automatic (自动模式) ### The problem /...

device: light

Hope to add support for device lemesh.switch.sw3f01, the document is as follows: https://home.miot-spec.com/spec/lemesh.switch.sw3f01 ![image](https://github.com/AlexxIT/XiaomiGateway3/assets/16461053/0c8b6a70-73db-484d-9f2c-87a16ba88766)

enhancement

这是我的docker-compose配置,我在启动docker时内存占用只有几兆,但当有下载任务的时候,内存直接就有多少吃多少,我虚拟机8G内存直接占满了,当没有下载任务的时候内存仍然不释放,一直保持高占用,无奈限制了2G内存,只有我自己是这样么 ``` yml version: '3.9' services: aria2-pro: image: p3terx/aria2-pro deploy: resources: limits: memory: 2048M container_name: aria2-pro restart: unless-stopped ports: - 6800:6800 - 6888:6888 environment: - PUID=0 - PGID=0 - RPC_SECRET=xxx...