point_panel_heater.yaml 1011 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. name: Point Panel Heater
  2. products:
  3. - id: nqj51hxb2tx5kklv
  4. name: Point Panel Heater POPANW600
  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. unit: C
  21. mapping:
  22. - scale: 10
  23. range:
  24. min: 5
  25. max: 50
  26. - id: 3
  27. name: current_temperature
  28. type: integer
  29. - id: 4
  30. name: preset_mode
  31. type: string
  32. optional: true
  33. mapping:
  34. - dps_val: ECO
  35. value: eco
  36. - dps_val: Comfort
  37. value: comfort
  38. secondary_entities:
  39. - entity: lock
  40. translation_key: child_lock
  41. category: config
  42. dps:
  43. - id: 7
  44. type: boolean
  45. name: lock
  46. - entity: switch
  47. translation_key: display_auto
  48. category: config
  49. dps:
  50. - id: 109
  51. type: boolean