sendo_airconditioner_c.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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: switch
  65. name: Emergency heat
  66. icon: "mdi:fire"
  67. dps:
  68. - id: 12
  69. type: boolean
  70. name: switch
  71. - entity: light
  72. name: Backlight
  73. category: config
  74. icon: "mdi:television-ambient-light"
  75. dps:
  76. - id: 13
  77. name: switch
  78. type: boolean
  79. - entity: lock
  80. name: Child lock
  81. category: config
  82. icon: "mdi:hand-right-back-off"
  83. dps:
  84. - id: 14
  85. name: lock
  86. type: boolean
  87. - entity: sensor
  88. name: Power consumption
  89. category: diagnostic
  90. dps:
  91. - id: 28
  92. name: sensor
  93. type: integer
  94. unit: kWh
  95. - entity: switch
  96. name: Sleep
  97. category: config
  98. icon: "mdi:power-sleep"
  99. dps:
  100. - id: 102
  101. name: switch
  102. type: boolean
  103. - entity: switch
  104. name: Ionizer
  105. category: config
  106. icon: "mdi:creation"
  107. dps:
  108. - id: 106
  109. name: switch
  110. type: boolean