| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- name: Dual switch with timers
- products:
- - id: 7c35xxu0foeqpdka
- manufacturer: BlitzWolf
- model: BW-SS5
- - id: grnoiynjhh18aa15
- manufacturer: Deta
- model: "6922HA Series 3"
- entities:
- - entity: switch
- 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"
- dps:
- - id: 2
- type: boolean
- name: switch
- - entity: time
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- category: config
- dps:
- - id: 9
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: time
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- category: config
- dps:
- - id: 10
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: select
- translation_key: initial_state
- category: config
- hidden: unavailable
- dps:
- - id: 38
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: "off"
- value: "off"
- - dps_val: "on"
- value: "on"
- - dps_val: memory
- value: memory
- - id: 38
- type: string
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: select
- translation_key: light_mode
- category: config
- hidden: unavailable
- dps:
- - id: 40
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: relay
- value: state
- - dps_val: pos
- value: locator
- - dps_val: none
- value: "off"
- - dps_val: "on"
- value: "on"
- - id: 40
- type: string
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: lock
- translation_key: child_lock
- category: config
- hidden: unavailable
- dps:
- - id: 41
- type: boolean
- optional: true
- name: lock
- - id: 41
- type: boolean
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
- - entity: text
- name: Inching
- category: config
- icon: "mdi:toggle-switch"
- hidden: true
- dps:
- - id: 44
- type: string
- optional: true
- name: value
|