prosto_ptc2000_heater.yaml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. name: Prosto Heater
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: hvac_mode
  8. mapping:
  9. - dps_val: false
  10. value: "off"
  11. - dps_val: true
  12. constraint: preset_mode
  13. conditions:
  14. - dps_val: level_0
  15. value: fan_only
  16. - dps_val: level_1
  17. value: heat
  18. - dps_val: level_2
  19. value: heat
  20. hidden: true
  21. - id: 2
  22. type: integer
  23. name: temperature
  24. range:
  25. min: 18
  26. max: 45
  27. - id: 3
  28. type: integer
  29. name: current_temperature
  30. - id: 5
  31. name: preset_mode
  32. type: string
  33. mapping:
  34. - dps_val: "level_0"
  35. value: none
  36. - dps_val: "level_1"
  37. value: comfort
  38. - dps_val: "level_2"
  39. value: boost
  40. - id: 8
  41. type: boolean
  42. name: swing_mode
  43. mapping:
  44. - dps_val: false
  45. value: "off"
  46. - dps_val: true
  47. value: "on"
  48. secondary_entities:
  49. - entity: select
  50. name: Level
  51. icon: "mdi:signal"
  52. dps:
  53. - id: 4
  54. type: string
  55. name: option
  56. mapping:
  57. - dps_val: "normal"
  58. value: Full
  59. - dps_val: "auto"
  60. value: Auto
  61. - entity: select
  62. name: Timer
  63. icon: "mdi: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