prosto_ptc2000_heater.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. name: Prosto Heater
  2. primary_entity:
  3. entity: climate
  4. translation_only_key: heater
  5. dps:
  6. - id: 1
  7. type: boolean
  8. name: hvac_mode
  9. mapping:
  10. - dps_val: false
  11. value: "off"
  12. - dps_val: true
  13. constraint: preset_mode
  14. conditions:
  15. - dps_val: level_0
  16. value: fan_only
  17. - dps_val: level_1
  18. value: heat
  19. - dps_val: level_2
  20. value: heat
  21. hidden: true
  22. - id: 2
  23. type: integer
  24. name: temperature
  25. unit: C
  26. range:
  27. min: 18
  28. max: 45
  29. - id: 3
  30. type: integer
  31. name: current_temperature
  32. - id: 5
  33. name: preset_mode
  34. type: string
  35. mapping:
  36. - dps_val: "level_0"
  37. value: none
  38. - dps_val: "level_1"
  39. value: comfort
  40. - dps_val: "level_2"
  41. value: boost
  42. - id: 8
  43. type: boolean
  44. name: swing_mode
  45. mapping:
  46. - dps_val: false
  47. value: "off"
  48. - dps_val: true
  49. value: "on"
  50. secondary_entities:
  51. - entity: select
  52. name: Level
  53. icon: "mdi:signal"
  54. dps:
  55. - id: 4
  56. type: string
  57. name: option
  58. mapping:
  59. - dps_val: "normal"
  60. value: Full
  61. - dps_val: "auto"
  62. value: Auto
  63. - entity: select
  64. translation_key: timer
  65. category: config
  66. dps:
  67. - id: 19
  68. type: string
  69. name: option
  70. mapping:
  71. - dps_val: "cancel"
  72. value: "none"
  73. - dps_val: "1h"
  74. value: "1 Hour"
  75. - dps_val: "2h"
  76. value: "2 Hours"
  77. - dps_val: "3h"
  78. value: "3 Hours"
  79. - dps_val: "4h"
  80. value: "4 Hours"
  81. - dps_val: "5h"
  82. value: "5 Hours"
  83. - dps_val: "6h"
  84. value: "6 Hours"
  85. - dps_val: "7h"
  86. value: "7 Hours"
  87. - dps_val: "8h"
  88. value: "8 Hours"
  89. - entity: switch
  90. name: Window detection
  91. icon: "mdi:window-open-variant"
  92. category: config
  93. dps:
  94. - id: 101
  95. type: boolean
  96. name: switch