Results 7 comments of jwxa

you can test it yourself. it passed and my gateway firmware version is 1.5.4_0090 open file: custom_components\xiaomi_gateway3\core\converters\devices.py search "lumi.light.acn014" in file, jump to the line, and add following json doc...

you can change the code like following and have a try ``` { "lumi.light.acn003": ["Aqara", "L1-350 Ceiling Light", "ZNXDD01LM"], "spec": [ BoolConv("light", "light", mi="2.1"), ZXiaomiBrightnessConv("brightness", mi="2.2", parent="light"), ZXiaomiColorTempConv("color_temp", mi="2.3", parent="light"),...

1.5.0_0102 passed ``` { "lumi.light.acn003": ["Aqara", "L1-350 Ceiling Light", "ZNXDD01LM"], "spec": [ BoolConv("light", "light", mi="2.p.1"), ZXiaomiBrightnessConv("brightness", mi="2.p.2", parent="light"), ZXiaomiColorTempConv("color_temp", mi="2.p.3", parent="light"), ], } ```

Yes, light status in the mi home will change synchronously

i add these code and it works . but because of the direction of curtain, i must use service: 'curtain.open' to close it. maybe it has status or another option...

![image](https://user-images.githubusercontent.com/9533487/198871285-2a12c277-b6c2-48c2-a876-02c3952a85a8.png)

i am looking forward for your hard way guide updating and want to know how to interrupt boot. do you have qq or wechat or telegram group for iot research...