| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- name: Quad powerboard
- products:
- - id: vcbjjhz6pwwwkyek
- manufacturer: Arlec
- model: PB88UHA Series 2
- 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: switch
- translation_key: outlet_x
- translation_placeholders:
- x: "3"
- class: outlet
- dps:
- - id: 3
- type: boolean
- name: switch
- - entity: switch
- translation_key: outlet_x
- translation_placeholders:
- x: "4"
- class: outlet
- dps:
- - id: 4
- type: boolean
- name: switch
- - 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
- - entity: number
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "3"
- class: duration
- dps:
- - id: 11
- 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: "4"
- class: duration
- dps:
- - id: 12
- name: value
- type: integer
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: select
- category: config
- translation_key: initial_state
- dps:
- - id: 38
- name: option
- type: string
- mapping:
- - dps_val: memory
- value: memory
- - dps_val: "on"
- value: "on"
- - dps_val: "off"
- value: "off"
- - entity: lock
- category: config
- translation_key: child_lock
- dps:
- - id: 41
- name: lock
- type: boolean
|