This is a different device than Moes dimmer switch already supported, with slightly different config options. Issue #927
@@ -330,3 +330,4 @@ Further device support has been made with the assistance of users. Please consi
- [lageorgem](https://github.com/lageorgem) for contributing support for Loginovo TV sync backlights.
- [jaymunro](https://github.com/jaymunro) for contributing support for Makegood dual switches.
- [oleg-d](https://github.com/oleg-d) for assistance with support for Nedis outdoor cameras.
+- [ScottWoolven5](https://github.com/ScottWoolven5) for assistance with support for MoesGo dimmer switch.
@@ -339,6 +339,7 @@ of device.
- Lytmi Fantasy/Neo 3 HDMI sync backlight
- Moes dimmer switch
- Moes motion sensor lights (XZ-CGV3)
+- MoesGo dimmer switch
- Space Dog Music Lamp
- Tampa Magnetic LED System CD-TY-WY05
@@ -0,0 +1,86 @@
+name: Dimmer switch
+products:
+ - id: bf450789b46e8ff48f9n6r
+ name: MoesGo dimmer switch
+primary_entity:
+ entity: light
+ dps:
+ - id: 1
+ type: boolean
+ name: switch
+ - id: 2
+ name: brightness
+ type: integer
+ range:
+ min: 10
+ max: 1000
+ mapping:
+ - scale: 3.92
+secondary_entities:
+ - entity: number
+ name: Minimum brightness
+ category: config
+ icon: "mdi:brightness-percent"
+ - id: 3
+ name: value
+ unit: "%"
+ - scale: 10
+ - entity: select
+ name: Light type
+ icon: "mdi:lightbulb-question"
+ - id: 4
+ type: string
+ name: option
+ - dps_val: led
+ value: LED
+ - dps_val: incandescent
+ value: Incandescent
+ - dps_val: halogen
+ value: Halogen
+ name: Timer
+ icon: "mdi:timer"
+ - id: 6
+ unit: min
+ min: 0
+ max: 86400
+ - scale: 60
+ step: 60
+ name: Power on state
+ icon: "mdi:toggle-switch"
+ - id: 14
+ optional: true
+ - dps_val: "off"
+ value: "Off"
+ - dps_val: "on"
+ value: "On"
+ - dps_val: "memory"
+ value: "Last state"
+ - entity: light
+ name: Backlight
+ - id: 26