aubess_2gang_switch.yaml 1.9 KB

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