digoo_dgsp202.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. name: Dual switch
  2. # products: DIGOO DG-SP202
  3. entities:
  4. - entity: switch
  5. class: outlet
  6. translation_key: outlet_x
  7. translation_placeholders:
  8. x: "1"
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: switch
  13. - entity: switch
  14. translation_key: outlet_x
  15. translation_placeholders:
  16. x: "2"
  17. class: outlet
  18. dps:
  19. - id: 2
  20. type: boolean
  21. name: switch
  22. - entity: sensor
  23. category: diagnostic
  24. class: voltage
  25. dps:
  26. - id: 20
  27. name: sensor
  28. type: integer
  29. class: measurement
  30. unit: V
  31. force: true
  32. mapping:
  33. - scale: 10
  34. - entity: sensor
  35. category: diagnostic
  36. class: current
  37. dps:
  38. - id: 18
  39. name: sensor
  40. type: integer
  41. class: measurement
  42. force: true
  43. unit: mA
  44. - entity: sensor
  45. category: diagnostic
  46. class: power
  47. dps:
  48. - id: 19
  49. name: sensor
  50. type: integer
  51. class: measurement
  52. force: true
  53. unit: W
  54. mapping:
  55. - scale: 10
  56. - entity: time
  57. category: config
  58. translation_key: timer_x
  59. translation_placeholders:
  60. x: "1"
  61. dps:
  62. - id: 9
  63. name: second
  64. type: integer
  65. range:
  66. min: 0
  67. max: 86400
  68. - entity: time
  69. category: config
  70. translation_key: timer_x
  71. translation_placeholders:
  72. x: "2"
  73. dps:
  74. - id: 10
  75. name: second
  76. type: integer
  77. range:
  78. min: 0
  79. max: 86400
  80. - entity: number
  81. category: config
  82. # 2025-07-20
  83. deprecated: time.timer_1
  84. translation_key: timer_x
  85. translation_placeholders:
  86. x: "1"
  87. class: duration
  88. dps:
  89. - id: 9
  90. name: value
  91. type: integer
  92. unit: min
  93. range:
  94. min: 0
  95. max: 86400
  96. mapping:
  97. - scale: 60
  98. step: 60
  99. - entity: number
  100. category: config
  101. # 2025-07-20
  102. deprecated: time.timer_2
  103. translation_key: timer_x
  104. translation_placeholders:
  105. x: "2"
  106. class: duration
  107. dps:
  108. - id: 10
  109. name: value
  110. type: integer
  111. unit: min
  112. range:
  113. min: 0
  114. max: 86400
  115. mapping:
  116. - scale: 60
  117. step: 60