purline_m100_heater.yaml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. name: Heater
  2. # products: Purline Hoti M100
  3. entities:
  4. - entity: climate
  5. translation_only_key: heater
  6. dps:
  7. - id: 1
  8. name: hvac_mode
  9. type: boolean
  10. mapping:
  11. - dps_val: false
  12. value: "off"
  13. - dps_val: true
  14. constraint: preset_mode
  15. conditions:
  16. - dps_val: "off"
  17. value: fan_only
  18. value: "heat"
  19. - id: 2
  20. name: temperature
  21. type: integer
  22. unit: C
  23. range:
  24. min: 15
  25. max: 35
  26. - id: 3
  27. name: current_temperature
  28. type: integer
  29. - id: 5
  30. name: preset_mode
  31. type: string
  32. mapping:
  33. - dps_val: "off"
  34. value: none
  35. - dps_val: "1"
  36. value: "1"
  37. - dps_val: "2"
  38. value: "2"
  39. - dps_val: "3"
  40. value: "3"
  41. - dps_val: "4"
  42. value: "4"
  43. - dps_val: "5"
  44. value: "5"
  45. - dps_val: "auto"
  46. value: comfort
  47. - id: 11
  48. name: timer_hours
  49. type: integer
  50. - id: 12
  51. name: timer_remain
  52. type: integer
  53. - id: 102
  54. name: swing_mode
  55. type: boolean
  56. mapping:
  57. - dps_val: false
  58. value: "off"
  59. - dps_val: true
  60. value: "vertical"
  61. - entity: light
  62. translation_key: display
  63. category: config
  64. dps:
  65. - id: 10
  66. type: boolean
  67. name: switch
  68. - entity: switch
  69. name: Open window detector
  70. category: config
  71. icon: "mdi:window-open"
  72. class: switch
  73. dps:
  74. - id: 101
  75. type: boolean
  76. name: switch