orion_ptc2000_heater.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. name: Orion 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: 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. secondary_entities:
  45. - entity: select
  46. translation_key: timer
  47. category: config
  48. dps:
  49. - id: 19
  50. type: string
  51. name: option
  52. mapping:
  53. - dps_val: "cancel"
  54. value: "none"
  55. - dps_val: "1h"
  56. value: "1 Hour"
  57. - dps_val: "2h"
  58. value: "2 Hours"
  59. - dps_val: "3h"
  60. value: "3 Hours"
  61. - dps_val: "4h"
  62. value: "4 Hours"
  63. - dps_val: "5h"
  64. value: "5 Hours"
  65. - dps_val: "6h"
  66. value: "6 Hours"
  67. - dps_val: "7h"
  68. value: "7 Hours"
  69. - dps_val: "8h"
  70. value: "8 Hours"
  71. - entity: switch
  72. name: Window detection
  73. icon: "mdi:window-open-variant"
  74. category: config
  75. dps:
  76. - id: 101
  77. type: boolean
  78. name: switch