| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- name: Dual switch
- products:
- - id: XdGCESvXTI5Mvfx2
- manufacturer: MakeGood
- model: MG-MD04W
- entities:
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 1
- type: boolean
- name: switch
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "2"
- dps:
- - id: 2
- type: boolean
- name: switch
- - entity: number
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- category: config
- dps:
- - id: 7
- type: integer
- name: value
- range:
- min: 0
- max: 86400
- unit: s
- - entity: number
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- category: config
- dps:
- - id: 8
- type: integer
- name: value
- range:
- min: 0
- max: 86400
- unit: s
- - entity: sensor
- class: current
- category: diagnostic
- dps:
- - id: 102
- type: integer
- name: sensor
- unit: A
- class: measurement
- force: true
- mapping:
- - scale: 1000
- - entity: sensor
- class: power
- category: diagnostic
- dps:
- - id: 103
- type: integer
- name: sensor
- unit: W
- class: measurement
- force: true
- mapping:
- - scale: 10
- - entity: sensor
- class: voltage
- category: diagnostic
- dps:
- - id: 104
- type: integer
- name: sensor
- unit: V
- class: measurement
- force: true
- mapping:
- - scale: 10
|