qnect_usb_powerstrip.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. name: 3 outlet + USB powerstrip
  2. products:
  3. - id: ivd9p236skiaqdrk
  4. manufacturer: Qnect
  5. model: QN-WP03
  6. - id: qsjg9owomawgtoar
  7. manufacturer: Gosund
  8. model: PM03_T-AR
  9. name: Wall plugs
  10. entities:
  11. - entity: switch
  12. translation_key: outlet_x
  13. translation_placeholders:
  14. x: "1"
  15. class: outlet
  16. dps:
  17. - id: 1
  18. type: boolean
  19. name: switch
  20. - entity: switch
  21. translation_key: outlet_x
  22. translation_placeholders:
  23. x: "2"
  24. class: outlet
  25. dps:
  26. - id: 2
  27. type: boolean
  28. name: switch
  29. - entity: switch
  30. translation_key: outlet_x
  31. translation_placeholders:
  32. x: "3"
  33. class: outlet
  34. dps:
  35. - id: 3
  36. type: boolean
  37. name: switch
  38. - entity: switch
  39. name: USB switch
  40. class: switch
  41. dps:
  42. - id: 7
  43. type: boolean
  44. name: switch
  45. - entity: number
  46. category: config
  47. class: duration
  48. translation_key: timer_x
  49. translation_placeholders:
  50. x: "1"
  51. dps:
  52. - id: 9
  53. name: value
  54. type: integer
  55. unit: min
  56. range:
  57. min: 0
  58. max: 86400
  59. mapping:
  60. - scale: 60
  61. step: 60
  62. - entity: number
  63. category: config
  64. class: duration
  65. translation_key: timer_x
  66. translation_placeholders:
  67. x: "2"
  68. dps:
  69. - id: 10
  70. name: value
  71. type: integer
  72. unit: min
  73. range:
  74. min: 0
  75. max: 86400
  76. mapping:
  77. - scale: 60
  78. step: 60
  79. - entity: number
  80. category: config
  81. class: duration
  82. translation_key: timer_x
  83. translation_placeholders:
  84. x: "3"
  85. dps:
  86. - id: 11
  87. name: value
  88. type: integer
  89. unit: min
  90. range:
  91. min: 0
  92. max: 86400
  93. mapping:
  94. - scale: 60
  95. step: 60
  96. - entity: number
  97. category: config
  98. class: duration
  99. name: USB timer
  100. translation_key: timer
  101. dps:
  102. - id: 15
  103. name: value
  104. type: integer
  105. unit: min
  106. range:
  107. min: 0
  108. max: 86400
  109. mapping:
  110. - scale: 60
  111. step: 60