jh_pcpro+.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. name: Pcie computer power pro
  2. products:
  3. - id: rtbhfbuii82scjrp
  4. name: pcie pc pro power switch
  5. primary_entity:
  6. entity: switch
  7. class: outlet
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. secondary_entities:
  13. - entity: button
  14. name: Reset
  15. icon: mdi:restart
  16. dps:
  17. - id: 101
  18. name: button
  19. type: string
  20. mapping:
  21. - dps_val: Reset
  22. value: true
  23. - entity: button
  24. name: Force reset
  25. icon: mdi:restart-alert
  26. dps:
  27. - id: 101
  28. name: button
  29. type: string
  30. mapping:
  31. - dps_val: forceReset
  32. value: true
  33. - entity: switch
  34. name: Rf pairing
  35. category: config
  36. dps:
  37. - id: 7
  38. type: boolean
  39. name: switch
  40. - entity: switch
  41. name: Buzzer
  42. category: config
  43. dps:
  44. - id: 8
  45. type: boolean
  46. name: switch
  47. - entity: select
  48. name: Power on behavior
  49. icon: mdi:power-settings
  50. category: config
  51. dps:
  52. - id: 38
  53. type: string
  54. name: option
  55. mapping:
  56. - dps_val: "on"
  57. value: "on"
  58. - dps_val: "off"
  59. value: "off"
  60. - entity: lock
  61. translation_key: child_lock
  62. category: config
  63. dps:
  64. - id: 40
  65. type: boolean
  66. name: lock
  67. - entity: switch
  68. name: Rf remote control
  69. icon: mdi:remote
  70. category: config
  71. dps:
  72. - id: 102
  73. type: string
  74. name: switch
  75. mapping:
  76. - dps_val: "on"
  77. value: true
  78. - dps_val: "off"
  79. value: false