prosto_ptc2000_heater.yaml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. name: Prosto Heater
  2. entities:
  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. - entity: select
  51. name: Level
  52. icon: "mdi:signal"
  53. dps:
  54. - id: 4
  55. type: string
  56. name: option
  57. mapping:
  58. - dps_val: "normal"
  59. value: Full
  60. - dps_val: "auto"
  61. value: Auto
  62. - entity: select
  63. translation_key: timer
  64. category: config
  65. dps:
  66. - id: 19
  67. type: string
  68. name: option
  69. mapping:
  70. - dps_val: "cancel"
  71. value: "none"
  72. - dps_val: "1h"
  73. value: "1 Hour"
  74. - dps_val: "2h"
  75. value: "2 Hours"
  76. - dps_val: "3h"
  77. value: "3 Hours"
  78. - dps_val: "4h"
  79. value: "4 Hours"
  80. - dps_val: "5h"
  81. value: "5 Hours"
  82. - dps_val: "6h"
  83. value: "6 Hours"
  84. - dps_val: "7h"
  85. value: "7 Hours"
  86. - dps_val: "8h"
  87. value: "8 Hours"
  88. - entity: switch
  89. name: Window detection
  90. icon: "mdi:window-open-variant"
  91. category: config
  92. dps:
  93. - id: 101
  94. type: boolean
  95. name: switch