| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- name: USB 4way powerstrip
- products:
- - id: D7Hl3AxFbHDS98iO
- manufacturer: AOFO
- model: ZLD-44EU-W
- 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: switch
- name: USB
- dps:
- - id: 7
- type: boolean
- name: switch
- - entity: time
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 101
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: time
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- dps:
- - id: 102
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: time
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "3"
- dps:
- - id: 103
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: time
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "4"
- dps:
- - id: 104
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: time
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: USB
- dps:
- - id: 105
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- # 2025-07-20
- deprecated: time.timer_1
- dps:
- - id: 101
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- # 2025-07-20
- deprecated: time.timer_2
- dps:
- - id: 102
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "3"
- # 2025-07-20
- deprecated: time.timer_3
- dps:
- - id: 103
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "4"
- # 2025-07-20
- deprecated: time.timer_4
- dps:
- - id: 104
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- name: USB timer
- # 2025-07-20
- deprecated: time.timer_usb
- category: config
- class: duration
- translation_key: timer
- dps:
- - id: 105
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
|