eurom_800_heater.yaml 997 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. name: Eurom Mon Soleil heater
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: hvac_mode
  8. mapping:
  9. - dps_val: false
  10. value: "off"
  11. icon: "mdi:radiator-disabled"
  12. - dps_val: true
  13. value: heat
  14. icon: "mdi:radiator"
  15. - id: 2
  16. type: integer
  17. name: temperature
  18. range:
  19. min: 0
  20. max: 37
  21. - id: 5
  22. type: integer
  23. name: current_temperature
  24. - id: 3
  25. type: integer
  26. name: temp_set_f
  27. optional: true
  28. - id: 4
  29. type: boolean
  30. name: c_f_switch
  31. optional: true
  32. - id: 6
  33. type: integer
  34. name: cur_temp_f
  35. optional: true
  36. - id: 7
  37. type: integer
  38. name: timer
  39. optional: true
  40. - id: 8
  41. type: bitfield
  42. name: reservation_flags
  43. optional: true
  44. - id: 9
  45. type: string
  46. name: schedule
  47. optional: true
  48. - id: 10
  49. type: string
  50. name: timing
  51. optional: true