eurom_800_heater.yaml 957 B

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