| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- name: Dual smartplug
- products:
- - id: p2tjkvgdhvuadnlj
- manufacturer: Gosund
- model: SP211
- entities:
- - entity: switch
- translation_key: outlet_x
- translation_placeholders:
- x: "1"
- class: outlet
- 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: time
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 9
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: time
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- dps:
- - id: 10
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: sensor
- class: current
- category: diagnostic
- dps:
- - id: 18
- type: integer
- name: sensor
- unit: mA
- class: measurement
- - id: 23
- type: integer
- name: calibration
- optional: true
- - entity: sensor
- class: power
- category: diagnostic
- dps:
- - id: 19
- type: integer
- name: sensor
- unit: W
- class: measurement
- mapping:
- - scale: 10
- - id: 24
- type: integer
- name: calibration
- optional: true
- - id: 17
- type: integer
- name: add_ele
- optional: true
- mapping:
- - scale: 1000
- - id: 25
- type: integer
- name: ele_calibration
- optional: true
- - entity: sensor
- class: voltage
- category: diagnostic
- dps:
- - id: 20
- type: integer
- name: sensor
- unit: V
- class: measurement
- mapping:
- - scale: 10
- - id: 22
- type: integer
- name: calibration
- optional: true
- - entity: select
- translation_key: initial_state
- category: config
- dps:
- - id: 38
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: "0"
- value: "off"
- - dps_val: "1"
- value: "on"
- - dps_val: "2"
- value: memory
- - entity: select
- translation_key: light_mode
- category: config
- dps:
- - id: 39
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: relay
- value: state
- - dps_val: pos
- value: locator
- - dps_val: none
- value: "off"
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 40
- type: boolean
- name: lock
- optional: true
- - entity: text
- translation_key: schedule
- category: config
- hidden: true
- dps:
- - id: 41
- type: base64
- name: value
- optional: true
- - entity: text
- name: Random schedule
- icon: "mdi:island"
- category: config
- hidden: true
- dps:
- - id: 42
- type: base64
- name: value
- optional: true
- - entity: text
- name: Inching
- icon: "mdi:timer-refresh"
- category: config
- hidden: true
- dps:
- - id: 43
- type: string
- name: value
- optional: true
|