aubess_2gang_switch.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. name: Double switch
  2. products:
  3. - id: zexdotwigwiobadr
  4. name: SciMagic RX Double Garage door receiver
  5. primary_entity:
  6. entity: switch
  7. name: Switch 1
  8. dps:
  9. - id: 1
  10. name: switch
  11. type: boolean
  12. - id: 42
  13. type: string
  14. name: random_schedule
  15. - id: 43
  16. type: string
  17. name: repeating_schedule
  18. - id: 44
  19. type: string
  20. name: inching
  21. - id: 48
  22. type: string
  23. optional: true
  24. name: interlock
  25. secondary_entities:
  26. - entity: switch
  27. name: Switch 2
  28. dps:
  29. - id: 2
  30. name: switch
  31. type: boolean
  32. - entity: number
  33. translation_key: timer_x
  34. translation_placeholders:
  35. x: "1"
  36. class: duration
  37. category: config
  38. dps:
  39. - id: 9
  40. type: integer
  41. name: value
  42. range:
  43. min: 0
  44. max: 86400
  45. mapping:
  46. - scale: 60
  47. step: 60
  48. - entity: number
  49. category: config
  50. translation_key: timer_x
  51. translation_placeholders:
  52. x: "2"
  53. class: duration
  54. dps:
  55. - id: 10
  56. type: integer
  57. name: value
  58. range:
  59. min: 0
  60. max: 86400
  61. mapping:
  62. - scale: 60
  63. step: 60
  64. - entity: select
  65. translation_key: initial_state
  66. category: config
  67. dps:
  68. - id: 38
  69. type: string
  70. name: option
  71. mapping:
  72. - dps_val: memory
  73. value: memory
  74. - dps_val: "on"
  75. value: "on"
  76. - dps_val: "off"
  77. value: "off"
  78. - entity: select
  79. name: Switch type
  80. icon: "mdi:toggle-switch"
  81. category: config
  82. dps:
  83. - id: 47
  84. type: string
  85. name: option
  86. mapping:
  87. - dps_val: flip
  88. value: Flip
  89. - dps_val: sync
  90. value: Synchronized
  91. - dps_val: button
  92. value: Button