sendo_airconditioner_c.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. translation_key: child_lock
  81. category: config
  82. dps:
  83. - id: 14
  84. name: lock
  85. type: boolean
  86. - entity: sensor
  87. name: Power consumption
  88. category: diagnostic
  89. dps:
  90. - id: 28
  91. name: sensor
  92. type: integer
  93. unit: kWh
  94. - entity: switch
  95. name: Sleep
  96. category: config
  97. icon: "mdi:power-sleep"
  98. dps:
  99. - id: 102
  100. name: switch
  101. type: boolean
  102. - entity: switch
  103. name: Ionizer
  104. category: config
  105. icon: "mdi:creation"
  106. dps:
  107. - id: 106
  108. name: switch
  109. type: boolean