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
from custom_components.xiaomi_gateway3.core.devices import * DEVICES = [{ # https://home.miot-spec.com/spec?type=urn:miot-spec-v2:device:switch:0000A003:090615-x6kw1:1:0000C808 11652: ["PTX", "Smart Single Wall Switch", "PTX-X61-NMIMC1", "090615.switch.x6kw1"], "spec": [ BaseConv("switch", "switch", mi="2.p.1"), BaseConv("backlight", "switch", mi="9.p.1"), # config BoolConv("wireless", "switch", mi="2.p.2"), BaseConv("action", "sensor"), ConstConv("action", mi="8.e.1", value=BUTTON_SINGLE), ConstConv("action", mi="8.e.2", value=BUTTON_HOLD), }] + DEVICES
The text was updated successfully, but these errors were encountered:
Add support PTX Smart Single Wall Switch(090615.switch.x6kw1) #1513
fa7d118
AlexxIT
No branches or pull requests
The text was updated successfully, but these errors were encountered: