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. translation_only_key: heater
  8. dps:
  9. - id: 1
  10. name: hvac_mode
  11. type: boolean
  12. mapping:
  13. - dps_val: true
  14. value: "heat"
  15. - dps_val: false
  16. value: "off"
  17. - id: 2
  18. name: temperature
  19. type: integer
  20. range:
  21. min: 5
  22. max: 50
  23. - id: 3
  24. name: current_temperature
  25. type: integer
  26. - id: 4
  27. name: preset_mode
  28. type: string
  29. optional: true
  30. mapping:
  31. - dps_val: ECO
  32. value: eco
  33. - dps_val: Comfort
  34. value: comfort
  35. - dps_val: Antifrost
  36. value: away
  37. - dps_val: null
  38. value: unknown
  39. secondary_entities:
  40. - entity: lock
  41. translation_key: child_lock
  42. category: config
  43. dps:
  44. - id: 7
  45. type: boolean
  46. name: lock
  47. - entity: number
  48. translation_key: timer
  49. category: config
  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"