| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- name: Quad switch
- products:
- - id: mwiiltjyanw48oxm
- manufacturer: Moes
- model: MS-104D
- entities:
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 44
- type: string
- name: inching
- - id: 48
- type: string
- name: interlock
- optional: true
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "2"
- dps:
- - id: 2
- type: boolean
- name: switch
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "3"
- dps:
- - id: 3
- type: boolean
- name: switch
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "4"
- dps:
- - id: 4
- type: boolean
- name: switch
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 9
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - id: 42
- type: string
- name: random_timer
- - id: 43
- type: string
- name: cycle_timer
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- dps:
- - id: 10
- 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"
- dps:
- - id: 11
- 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"
- 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: 38
- type: string
- name: option
- mapping:
- - dps_val: "off"
- value: "off"
- - dps_val: "on"
- value: "on"
- - dps_val: memory
- value: memory
- - entity: select
- name: Switch type
- icon: "mdi:toggle-switch"
- category: config
- dps:
- - id: 47
- type: string
- name: option
- mapping:
- - dps_val: flip
- value: Flip
- - dps_val: sync
- value: Synchronised
- - dps_val: button
- value: Button
|