purline_m100_heater.yaml 1.9 KB

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