aubess_2gang_switch.yaml 1.9 KB

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