rovsun_oil_heater.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. name: Oil column heater
  2. products:
  3. - id: 9vsptcjqb7ofdplr
  4. manufacturer: Rovsun
  5. model: NSC-150-7A2R
  6. entities:
  7. - entity: climate
  8. translation_key: heater
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: hvac_mode
  13. mapping:
  14. - dps_val: false
  15. value: "off"
  16. - dps_val: true
  17. constraint: mode
  18. conditions:
  19. - dps_val: smart
  20. value: heat
  21. - dps_val: auto
  22. value: auto
  23. - id: 2
  24. type: integer
  25. name: temperature
  26. unit: F
  27. range:
  28. min: 40
  29. max: 95
  30. - id: 4
  31. type: string
  32. name: mode
  33. hidden: true
  34. - id: 5
  35. type: string
  36. name: preset_mode
  37. mapping:
  38. - dps_val: level_1
  39. value: low
  40. - dps_val: level_2
  41. value: medium
  42. - dps_val: level_3
  43. value: high
  44. - entity: light
  45. translation_key: display
  46. category: config
  47. dps:
  48. - id: 101
  49. type: boolean
  50. name: switch
  51. mapping:
  52. - dps_val: true
  53. value: false
  54. - dps_val: false
  55. value: true
  56. - entity: number
  57. translation_key: timer
  58. class: duration
  59. category: config
  60. dps:
  61. - id: 102
  62. type: integer
  63. name: value
  64. unit: h
  65. range:
  66. min: 0
  67. max: 24