arlec_panel_heater_v2.yaml 1.6 KB

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