purline_m100_heater.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. name: Purline Hoti M100 heater
  2. primary_entity:
  3. entity: climate
  4. translation_only_key: heater
  5. dps:
  6. - id: 1
  7. name: hvac_mode
  8. type: boolean
  9. mapping:
  10. - dps_val: false
  11. value: "off"
  12. - dps_val: true
  13. constraint: preset_mode
  14. conditions:
  15. - dps_val: "off"
  16. value: fan_only
  17. icon: "mdi:fan"
  18. value: "heat"
  19. - id: 2
  20. name: temperature
  21. type: integer
  22. range:
  23. min: 15
  24. max: 35
  25. - id: 3
  26. name: current_temperature
  27. type: integer
  28. - id: 5
  29. name: preset_mode
  30. type: string
  31. mapping:
  32. - dps_val: "off"
  33. value: none
  34. - dps_val: "1"
  35. value: "1"
  36. - dps_val: "2"
  37. value: "2"
  38. - dps_val: "3"
  39. value: "3"
  40. - dps_val: "4"
  41. value: "4"
  42. - dps_val: "5"
  43. value: "5"
  44. - dps_val: "auto"
  45. value: comfort
  46. - id: 11
  47. name: timer_hours
  48. type: integer
  49. - id: 12
  50. name: timer_remain
  51. type: integer
  52. - id: 102
  53. name: swing_mode
  54. type: boolean
  55. mapping:
  56. - dps_val: false
  57. value: "off"
  58. - dps_val: true
  59. value: "vertical"
  60. secondary_entities:
  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