| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- name: Dual dimmer
- products:
- - id: bxoo2swd
- manufacturer: Moes
- model: ZM-105B-M-MS
- - id: 9cfxqryaoqwwjkyy
- manufacturer: Totebox
- model: "2"
- name: Dimmer plug
- - id: qfqqrzlzgkhdln97
- manufacturer: Avatto
- model: DMS16-W2
- entities:
- - entity: light
- name: Light 1
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 2
- name: brightness
- type: integer
- range:
- min: 10
- max: 1000
- - entity: light
- name: Light 2
- dps:
- - id: 7
- type: boolean
- name: switch
- - id: 8
- name: brightness
- type: integer
- range:
- min: 10
- max: 1000
- - entity: number
- name: Minimum brightness 1
- category: config
- icon: "mdi:lightbulb-on-30"
- dps:
- - id: 3
- type: integer
- name: value
- optional: true
- range:
- min: 10
- max: 1000
- - entity: number
- name: Maximum brightness 1
- category: config
- icon: "mdi:lightbulb-on-90"
- dps:
- - id: 5
- type: integer
- name: value
- optional: true
- range:
- min: 10
- max: 1000
- - entity: number
- name: Minimum brightness 2
- category: config
- icon: "mdi:lightbulb-on-30"
- dps:
- - id: 9
- type: integer
- name: value
- optional: true
- range:
- min: 10
- max: 1000
- - entity: number
- name: Maximum brightness 2
- category: config
- icon: "mdi:lightbulb-on-90"
- dps:
- - id: 11
- type: integer
- name: value
- optional: true
- range:
- min: 10
- max: 1000
- - entity: select
- name: Light type 1
- category: config
- icon: "mdi:lightbulb-alert"
- dps:
- - id: 4
- type: string
- name: option
- mapping:
- - dps_val: led
- value: LED
- icon: "mdi:lightbulbon-50"
- - dps_val: incandescent
- value: Incandescent
- icon: "mdi:lightbulb-variant-outline"
- - dps_val: halogen
- value: Halogen
- icon: "mdi:lightbulb-spot"
- - conditions:
- - dps_val: [flip, sync, button]
- mapping:
- - dps_val: flip
- value: Toggle
- - dps_val: sync
- value: Sync
- - dps_val: button
- value: Button
- - entity: select
- name: Light type 2
- category: config
- icon: "mdi:lightbulb-alert"
- dps:
- - id: 10
- type: string
- name: option
- mapping:
- - dps_val: led
- value: LED
- icon: "mdi:lightbulbon-50"
- - dps_val: incandescent
- value: Incandescent
- icon: "mdi:lightbulb-variant-outline"
- - dps_val: halogen
- value: Halogen
- icon: "mdi:lightbulb-spot"
- - conditions:
- - dps_val: [flip, sync, button]
- mapping:
- - dps_val: flip
- value: Toggle
- - dps_val: sync
- value: Sync
- - dps_val: button
- value: Button
- - entity: time
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- category: config
- dps:
- - id: 6
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: time
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- category: config
- dps:
- - id: 12
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: number
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- # 2025-07-20
- deprecated: time.timer
- category: config
- dps:
- - id: 6
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- # 2025-07-20
- deprecated: time.timer
- category: config
- dps:
- - id: 12
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: select
- translation_key: initial_state
- category: config
- dps:
- - id: 14
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: "off"
- value: "off"
- - dps_val: "on"
- value: "on"
- - dps_val: memory
- value: memory
|