kesser_infrared_wall_heater.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. name: Infrared wall heater
  2. products:
  3. - id: ajlnotpa7oymbbte
  4. name: Kesser 400W
  5. primary_entity:
  6. entity: climate
  7. translation_only_key: heater
  8. dps:
  9. - id: 1
  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: 2
  18. name: temperature
  19. type: integer
  20. range:
  21. min: 10
  22. max: 30
  23. - id: 3
  24. type: integer
  25. name: current_temperature
  26. - id: 11
  27. type: string
  28. name: hvac_action
  29. mapping:
  30. - dps_val: "heating"
  31. constraint: hvac_mode
  32. conditions:
  33. - dps_val: true
  34. value: idle
  35. - dps_val: false
  36. value: "off"
  37. - dps_val: "standby"
  38. value: heating
  39. secondary_entities:
  40. - entity: lock
  41. translation_key: child_lock
  42. category: config
  43. dps:
  44. - id: 7
  45. type: boolean
  46. name: lock
  47. - entity: number
  48. name: Calibration offset
  49. category: config
  50. icon: "mdi:arrow-collapse-up"
  51. dps:
  52. - id: 102
  53. type: integer
  54. name: value
  55. unit: °
  56. range:
  57. min: -9
  58. max: 9
  59. mapping:
  60. - scale: 1
  61. - entity: switch
  62. name: Window Check
  63. category: config
  64. icon: "mdi:window-open-variant"
  65. dps:
  66. - id: 101
  67. type: boolean
  68. name: switch
  69. - entity: switch
  70. name: Sound
  71. category: config
  72. icon: "mdi:music-note"
  73. dps:
  74. - id: 103
  75. type: boolean
  76. name: switch