orion_ptc2000_heater.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. range:
  18. min: 18
  19. max: 45
  20. - id: 3
  21. type: integer
  22. name: current_temperature
  23. - id: 5
  24. type: string
  25. name: preset_mode
  26. mapping:
  27. - dps_val: "1"
  28. value: eco
  29. - dps_val: "2"
  30. value: boost
  31. - dps_val: "auto"
  32. value: comfort
  33. - dps_val: "off"
  34. value: none
  35. - id: 101
  36. type: boolean
  37. name: swing_mode
  38. mapping:
  39. - dps_val: false
  40. value: "off"
  41. - dps_val: true
  42. value: "on"
  43. secondary_entities:
  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: "none"
  54. - dps_val: "1h"
  55. value: "1 Hour"
  56. - dps_val: "2h"
  57. value: "2 Hours"
  58. - dps_val: "3h"
  59. value: "3 Hours"
  60. - dps_val: "4h"
  61. value: "4 Hours"
  62. - dps_val: "5h"
  63. value: "5 Hours"
  64. - dps_val: "6h"
  65. value: "6 Hours"
  66. - dps_val: "7h"
  67. value: "7 Hours"
  68. - dps_val: "8h"
  69. value: "8 Hours"
  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