| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- name: DIGOO DG-SP202
- primary_entity:
- entity: switch
- class: outlet
- translation_key: outlet_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 1
- type: boolean
- name: switch
- secondary_entities:
- - entity: switch
- translation_key: outlet_x
- translation_placeholders:
- x: "2"
- class: outlet
- dps:
- - id: 2
- type: boolean
- name: switch
- - entity: sensor
- category: diagnostic
- class: voltage
- dps:
- - id: 20
- name: sensor
- type: integer
- class: measurement
- unit: V
- force: true
- mapping:
- - scale: 10
- - entity: sensor
- category: diagnostic
- class: current
- dps:
- - id: 18
- name: sensor
- type: integer
- class: measurement
- force: true
- unit: mA
- - entity: sensor
- category: diagnostic
- class: power
- dps:
- - id: 19
- name: sensor
- type: integer
- class: measurement
- force: true
- unit: W
- mapping:
- - scale: 10
- - entity: number
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- class: duration
- dps:
- - id: 9
- name: value
- type: integer
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- class: duration
- dps:
- - id: 10
- name: value
- type: integer
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
|