hama_radiator_controller.yaml 599 B

12345678910111213141516171819202122232425262728293031
  1. name: Radiator controller
  2. products:
  3. - id: yw7cahqs
  4. name: Hama radiator controller
  5. primary_entity:
  6. entity: climate
  7. translation_only_key: heater
  8. dps:
  9. - id: 101
  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: 102
  18. name: current_temperature
  19. type: integer
  20. mapping:
  21. - scale: 10
  22. - id: 103
  23. name: temperature
  24. type: integer
  25. unit: C
  26. range:
  27. min: 50
  28. max: 300
  29. mapping:
  30. - scale: 10
  31. step: 5