| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- name: Grid Connect USB charger with power socket
- entities:
- - entity: switch
- class: outlet
- dps:
- - id: 1
- type: boolean
- name: switch
- - entity: switch
- name: USB
- dps:
- - id: 2
- type: boolean
- name: switch
- - entity: time
- translation_key: timer
- category: config
- dps:
- - id: 9
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: time
- translation_key: timer_x
- translation_placeholders:
- x: USB
- category: config
- dps:
- - id: 10
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: number
- name: Outlet timer
- # 2025-07-20
- deprecated: time.timer
- class: duration
- translation_key: timer
- category: config
- dps:
- - id: 9
- type: integer
- name: value
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- unit: min
- - entity: number
- name: USB timer
- # 2025-07-20
- deprecated: time.timer_usb
- class: duration
- translation_key: timer
- category: config
- dps:
- - id: 10
- type: integer
- name: value
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- unit: min
- - entity: select
- translation_key: initial_state
- category: config
- dps:
- - id: 38
- type: string
- name: option
- mapping:
- - dps_val: power_off
- value: "off"
- - dps_val: power_on
- value: "on"
- - dps_val: last
- value: memory
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 41
- type: boolean
- name: lock
- - entity: switch
- name: Auto-off
- category: config
- icon: "mdi:camera-timer"
- dps:
- - id: 44
- type: boolean
- name: switch
|