avatto_wt20r.yaml 1018 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. name: AVATTO Smart Knob Thermostat
  2. products:
  3. - id: axhyyv6w36e5oagp
  4. manufacturer: Avatto
  5. model: WS20R
  6. entities:
  7. - entity: climate
  8. translation_only_key: thermostat
  9. dps:
  10. #On or Off (general)
  11. - id: 1
  12. name: hvac_mode
  13. type: boolean
  14. mapping:
  15. - dps_val: false
  16. value: "off"
  17. - dps_val: true
  18. constraint: mode
  19. conditions:
  20. - dps_val: auto
  21. value: auto
  22. - dps_val: manual
  23. value: heat
  24. #On-modes (presets)
  25. - id: 2
  26. type: string
  27. name: mode
  28. mapping:
  29. - dps_val: auto
  30. value: program
  31. - dps_val: manual
  32. value: manual
  33. #target set-temperature in C
  34. - id: 3
  35. name: temp_set
  36. type: integer
  37. unit: C
  38. range:
  39. min: 5
  40. max: 45
  41. #current temperature in C
  42. - id: 24
  43. type: integer
  44. name: current_temp
  45. optional: true