rumba_bathroom_heater.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. name: Bathroom heater
  2. primary_entity:
  3. entity: climate
  4. translation_only_key: heater
  5. dps:
  6. - id: 1
  7. name: hvac_mode
  8. type: boolean
  9. mapping:
  10. - dps_val: false
  11. value: "off"
  12. - dps_val: true
  13. value: heat
  14. - id: 2
  15. name: preset_mode
  16. type: string
  17. mapping:
  18. - dps_val: hot
  19. value: comfort
  20. - dps_val: eco
  21. value: eco
  22. - dps_val: cold
  23. value: away
  24. - dps_val: auto
  25. value: home
  26. - id: 16
  27. name: temperature
  28. type: integer
  29. unit: C
  30. range:
  31. min: 150
  32. max: 700
  33. mapping:
  34. - scale: 10
  35. step: 5
  36. - id: 24
  37. name: current_temperature
  38. type: integer
  39. mapping:
  40. - scale: 10
  41. - id: 110
  42. name: schedule
  43. type: string
  44. optional: true
  45. secondary_entities:
  46. - entity: number
  47. name: Temperature correction
  48. category: config
  49. icon: "mdi:thermometer-check"
  50. dps:
  51. - id: 27
  52. type: integer
  53. name: value
  54. range:
  55. min: -5
  56. max: 5
  57. - entity: lock
  58. translation_key: child_lock
  59. category: config
  60. dps:
  61. - id: 40
  62. type: boolean
  63. name: lock