sendo_airconditioner_c.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. name: Sendo air conditioner C
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. name: hvac_mode
  7. type: boolean
  8. mapping:
  9. - dps_val: false
  10. value: "off"
  11. - dps_val: true
  12. constraint: mode
  13. conditions:
  14. - dps_val: cold
  15. value: cool
  16. - dps_val: hot
  17. value: heat
  18. - dps_val: wet
  19. value: dry
  20. - dps_val: wind
  21. value: fan_only
  22. - dps_val: auto
  23. value: heat_cool
  24. - id: 2
  25. name: temperature
  26. type: integer
  27. mapping:
  28. - scale: 10
  29. step: 10
  30. range:
  31. min: 160
  32. max: 320
  33. # for F, 600 to 900
  34. unit: C
  35. - id: 3
  36. name: current_temperature
  37. type: integer
  38. mapping:
  39. - scale: 10
  40. - id: 4
  41. name: mode
  42. type: string
  43. hidden: true
  44. - id: 8
  45. name: preset_mode
  46. type: boolean
  47. mapping:
  48. - dps_val: true
  49. value: eco
  50. - dps_val: false
  51. value: comfort
  52. - id: 12
  53. name: aux_heat
  54. type: boolean
  55. - id: 33
  56. name: swing_mode
  57. type: boolean
  58. mapping:
  59. - dps_val: true
  60. value: horizontal
  61. - dps_val: false
  62. value: "off"
  63. secondary_entities:
  64. - entity: light
  65. name: Backlight
  66. category: config
  67. icon: "mdi:television-ambient-light"
  68. dps:
  69. - id: 13
  70. name: switch
  71. type: boolean
  72. - entity: lock
  73. name: Child lock
  74. category: config
  75. icon: "mdi:hand-right-back-off"
  76. dps:
  77. - id: 14
  78. name: lock
  79. type: boolean
  80. - entity: sensor
  81. name: Power consumption
  82. category: diagnostic
  83. class: energy
  84. dps:
  85. - id: 28
  86. name: sensor
  87. type: integer
  88. unit: kWh
  89. class: total_increasing
  90. - entity: switch
  91. name: Sleep
  92. category: config
  93. icon: "mdi:power-sleep"
  94. dps:
  95. - id: 102
  96. name: switch
  97. type: boolean
  98. - entity: switch
  99. name: Ionizer
  100. category: config
  101. icon: "mdi:creation"
  102. dps:
  103. - id: 106
  104. name: switch
  105. type: boolean