purline_m100_heater.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. readonly: true
  33. - id: 5
  34. name: preset_mode
  35. type: string
  36. mapping:
  37. - dps_val: "off"
  38. value: "Fan"
  39. - dps_val: "1"
  40. value: "1"
  41. - dps_val: "2"
  42. value: "2"
  43. - dps_val: "3"
  44. value: "3"
  45. - dps_val: "4"
  46. value: "4"
  47. - dps_val: "5"
  48. value: "5"
  49. - dps_val: "auto"
  50. value: "Auto"
  51. - id: 11
  52. name: timer_hours
  53. type: integer
  54. - id: 12
  55. name: timer_remain
  56. type: integer
  57. readonly: true
  58. - id: 102
  59. name: swing_mode
  60. type: boolean
  61. mapping:
  62. - dps_val: false
  63. value: "off"
  64. - dps_val: true
  65. value: "vertical"
  66. secondary_entities:
  67. - entity: light
  68. name: Display
  69. category: config
  70. dps:
  71. - id: 10
  72. type: boolean
  73. mapping:
  74. - dps_val: true
  75. value: false
  76. icon: "mdi:led-off"
  77. - dps_val: false
  78. value: true
  79. icon: "mdi:led-on"
  80. name: switch
  81. - entity: switch
  82. name: Open window detector
  83. category: config
  84. icon: "mdi:window-open"
  85. class: switch
  86. dps:
  87. - id: 101
  88. type: boolean
  89. name: switch