prosto_ptc2000_heater.yaml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. range:
  26. min: 18
  27. max: 45
  28. - id: 3
  29. type: integer
  30. name: current_temperature
  31. - id: 5
  32. name: preset_mode
  33. type: string
  34. mapping:
  35. - dps_val: "level_0"
  36. value: none
  37. - dps_val: "level_1"
  38. value: comfort
  39. - dps_val: "level_2"
  40. value: boost
  41. - id: 8
  42. type: boolean
  43. name: swing_mode
  44. mapping:
  45. - dps_val: false
  46. value: "off"
  47. - dps_val: true
  48. value: "on"
  49. secondary_entities:
  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