arlec_panel_heater_v2.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. name: Arlec 2200W Panel Heater
  2. product:
  3. - id: zf4japp0z9hihzsz
  4. name: Arlec Panel Heater PEH225HA
  5. primary_entity:
  6. entity: climate
  7. dps:
  8. - id: 1
  9. name: hvac_mode
  10. type: boolean
  11. mapping:
  12. - dps_val: true
  13. value: "heat"
  14. icon: "mdi:radiator"
  15. - dps_val: false
  16. value: "off"
  17. icon: "mdi:radiator-disabled"
  18. - id: 2
  19. name: temperature
  20. type: integer
  21. range:
  22. min: 5
  23. max: 50
  24. - id: 3
  25. name: current_temperature
  26. type: integer
  27. readonly: true
  28. - id: 4
  29. name: preset_mode
  30. type: string
  31. mapping:
  32. - dps_val: "eco"
  33. value: "Eco"
  34. - dps_val: "comfort"
  35. value: "Comfort"
  36. - dps_val: "af"
  37. value: "Anti-frost"
  38. - id: 12
  39. name: error
  40. type: bitfield
  41. mapping:
  42. - dps_val: 0
  43. value: "OK"
  44. readonly: true
  45. secondary_entities:
  46. - entity: lock
  47. name: Child lock
  48. icon: "mdi:hand-back-right-off"
  49. category: config
  50. dps:
  51. - id: 7
  52. type: boolean
  53. name: lock
  54. - entity: number
  55. name: Timer
  56. category: config
  57. icon: "mdi:timer"
  58. dps:
  59. - id: 19
  60. type: string
  61. name: timer
  62. optional: true
  63. mapping:
  64. - dps_val: "cancel"
  65. value: "off"
  66. - dps_val: "1h"
  67. value: "1 hour"
  68. - dps_val: "2h"
  69. value: "2 hours"
  70. - dps_val: "3h"
  71. value: "3 hours"
  72. - dps_val: "4h"
  73. value: "4 hours"
  74. - dps_val: "5h"
  75. value: "5 hours"
  76. - dps_val: "6h"
  77. value: "6 hours"