| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- name: Smart plug with USB
- products:
- - id: hsoiigeykxh9m4hx
- model: ES-01
- entities:
- - entity: switch
- class: outlet
- translation_key: switch_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 1
- type: boolean
- name: switch
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "2"
- class: outlet
- dps:
- - id: 2
- type: boolean
- name: switch
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "3"
- class: outlet
- dps:
- - id: 3
- type: boolean
- name: switch
- - entity: switch
- name: USB switch
- dps:
- - id: 4
- type: boolean
- name: switch
- - entity: number
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- class: duration
- dps:
- - id: 5
- 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: 6
- 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: 7
- name: value
- type: integer
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- category: config
- name: USB timer
- translation_key: timer
- class: duration
- dps:
- - id: 8
- name: value
- type: integer
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
|