|
|
@@ -0,0 +1,121 @@
|
|
|
+name: Triple switch with timer
|
|
|
+products:
|
|
|
+ - id: 3njf1fgcsbuvkbhw
|
|
|
+ manufacturer: Tuya
|
|
|
+ model: MINI-W1
|
|
|
+ name: Triple switch with timer
|
|
|
+entities:
|
|
|
+ - entity: switch
|
|
|
+ translation_key: switch_x
|
|
|
+ translation_placeholders:
|
|
|
+ x: "1"
|
|
|
+ dps:
|
|
|
+ - id: 1
|
|
|
+ name: switch
|
|
|
+ type: boolean
|
|
|
+ - id: 42
|
|
|
+ type: string
|
|
|
+ name: random_schedule
|
|
|
+ - id: 43
|
|
|
+ type: string
|
|
|
+ name: repeating_schedule
|
|
|
+ - id: 44
|
|
|
+ type: string
|
|
|
+ name: inching
|
|
|
+ - id: 48
|
|
|
+ type: string
|
|
|
+ optional: true
|
|
|
+ name: interlock
|
|
|
+ - entity: switch
|
|
|
+ translation_key: switch_x
|
|
|
+ translation_placeholders:
|
|
|
+ x: "2"
|
|
|
+ dps:
|
|
|
+ - id: 2
|
|
|
+ name: switch
|
|
|
+ type: boolean
|
|
|
+ - entity: switch
|
|
|
+ translation_key: switch_x
|
|
|
+ translation_placeholders:
|
|
|
+ x: "3"
|
|
|
+ dps:
|
|
|
+ - id: 3
|
|
|
+ name: switch
|
|
|
+ type: boolean
|
|
|
+ - entity: number
|
|
|
+ translation_key: timer_x
|
|
|
+ translation_placeholders:
|
|
|
+ x: "1"
|
|
|
+ class: duration
|
|
|
+ category: config
|
|
|
+ dps:
|
|
|
+ - id: 9
|
|
|
+ type: integer
|
|
|
+ name: value
|
|
|
+ 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: 10
|
|
|
+ type: integer
|
|
|
+ name: value
|
|
|
+ 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: 11
|
|
|
+ type: integer
|
|
|
+ name: value
|
|
|
+ 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: memory
|
|
|
+ value: memory
|
|
|
+ - dps_val: "on"
|
|
|
+ value: "on"
|
|
|
+ - dps_val: "off"
|
|
|
+ value: "off"
|
|
|
+ - 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: Synchronized
|
|
|
+ - dps_val: button
|
|
|
+ value: Button
|