arlec_panel_heater_v2.yaml 1.5 KB

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