We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# These two switches can be used with a coordination converter. # I removed the `default-power-on-state` parameter because it's more convenient to adjust it in the Mi Home app. 17295: ["Yeelight", "Yeelight Lingdong Smart Switch (Four Keys)", "N5-ZNMB-4AC", "yeelink.switch.sw6"], 23399: ["Yeelight", "Yeelight K Smart Switch (Four Keys) Mesh 2.0", "YLYKG-0181", "yeelink.switch.sw14"], "spec": [ BaseConv("channel_1", "switch", mi="2.p.1"), BaseConv("channel_2", "switch", mi="3.p.1"), BaseConv("channel_3", "switch", mi="4.p.1"), BaseConv("channel_4", "switch", mi="5.p.1"), MapConv("wireless_1", "select", mi="2.p.6", map={0: "default", 1: "Wireless"}), # config MapConv("wireless_2", "select", mi="3.p.4", map={0: "default", 1: "Wireless"}), # config MapConv("wireless_3", "select", mi="4.p.4", map={0: "default", 1: "Wireless"}), # config MapConv("wireless_4", "select", mi="5.p.4", map={0: "default", 1: "Wireless"}), # config BaseConv("indicator-light", "light", mi="11.p.1"), # config BaseConv("action", "sensor"), MapConv("action", mi="6.e.1.p.1", map={1: BUTTON_1_SINGLE, 2: BUTTON_2_SINGLE, 3: BUTTON_3_SINGLE, 4: BUTTON_4_SINGLE}), MapConv("action", mi="6.e.2.p.1", map={1: BUTTON_1_DOUBLE, 2: BUTTON_2_DOUBLE, 3: BUTTON_3_DOUBLE, 4: BUTTON_4_DOUBLE}), MapConv("action", mi="6.e.3.p.1", map={1: BUTTON_1_HOLD, 2: BUTTON_2_HOLD, 3: BUTTON_3_HOLD, 4: BUTTON_4_HOLD}), ],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: