| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- name: Dual switch
- # products: DIGOO DG-SP202
- entities:
- - entity: switch
- class: outlet
- translation_key: outlet_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 1
- type: boolean
- name: switch
- - 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: time
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 9
- name: second
- type: integer
- range:
- min: 0
- max: 86400
- - entity: time
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- dps:
- - id: 10
- name: second
- type: integer
- range:
- min: 0
- max: 86400
- - entity: number
- category: config
- # 2025-07-20
- deprecated: time.timer_1
- 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
- # 2025-07-20
- deprecated: time.timer_2
- 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
|