orion_ptc2000_heater.yaml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. name: 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: true
  11. value: "heat"
  12. - dps_val: false
  13. value: "off"
  14. - id: 2
  15. type: integer
  16. name: temperature
  17. unit: C
  18. range:
  19. min: 18
  20. max: 45
  21. - id: 3
  22. type: integer
  23. name: current_temperature
  24. - id: 5
  25. type: string
  26. name: preset_mode
  27. mapping:
  28. - dps_val: "1"
  29. value: eco
  30. - dps_val: "2"
  31. value: boost
  32. - dps_val: "auto"
  33. value: comfort
  34. - dps_val: "off"
  35. value: none
  36. - id: 101
  37. type: boolean
  38. name: swing_mode
  39. mapping:
  40. - dps_val: false
  41. value: "off"
  42. - dps_val: true
  43. value: "on"
  44. - entity: select
  45. translation_key: timer
  46. category: config
  47. dps:
  48. - id: 19
  49. type: string
  50. name: option
  51. mapping:
  52. - dps_val: "cancel"
  53. value: "cancel"
  54. - dps_val: "1h"
  55. value: "1h"
  56. - dps_val: "2h"
  57. value: "2h"
  58. - dps_val: "3h"
  59. value: "3h"
  60. - dps_val: "4h"
  61. value: "4h"
  62. - dps_val: "5h"
  63. value: "5h"
  64. - dps_val: "6h"
  65. value: "6h"
  66. - dps_val: "7h"
  67. value: "7h"
  68. - dps_val: "8h"
  69. value: "8h"
  70. - entity: switch
  71. name: Window detection
  72. icon: "mdi:window-open-variant"
  73. category: config
  74. dps:
  75. - id: 101
  76. type: boolean
  77. name: switch