arlec_panel_heater_v2.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. name: Arlec 2200W Panel Heater
  2. products:
  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. - id: 4
  28. name: preset_mode
  29. type: string
  30. optional: true
  31. mapping:
  32. - dps_val: ECO
  33. value: eco
  34. - dps_val: Comfort
  35. value: comfort
  36. - dps_val: Antifrost
  37. value: away
  38. - dps_val: null
  39. value: unknown
  40. secondary_entities:
  41. - entity: lock
  42. name: Child lock
  43. icon: "mdi:hand-back-right-off"
  44. category: config
  45. dps:
  46. - id: 7
  47. type: boolean
  48. name: lock
  49. - entity: number
  50. name: Timer
  51. category: config
  52. icon: "mdi:timer"
  53. dps:
  54. - id: 19
  55. type: string
  56. name: value
  57. optional: true
  58. mapping:
  59. - dps_val: "cancel"
  60. value: "off"
  61. - dps_val: "1h"
  62. value: "1 hour"
  63. - dps_val: "2h"
  64. value: "2 hours"
  65. - dps_val: "3h"
  66. value: "3 hours"
  67. - dps_val: "4h"
  68. value: "4 hours"
  69. - dps_val: "5h"
  70. value: "5 hours"
  71. - dps_val: "6h"
  72. value: "6 hours"