sendo_airconditioner_c.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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: 33
  53. name: swing_mode
  54. type: boolean
  55. mapping:
  56. - dps_val: true
  57. value: horizontal
  58. - dps_val: false
  59. value: "off"
  60. secondary_entities:
  61. - entity: switch
  62. name: Emergency heat
  63. icon: "mdi:fire"
  64. dps:
  65. - id: 12
  66. type: boolean
  67. name: switch
  68. - entity: light
  69. translation_key: backlight
  70. category: config
  71. dps:
  72. - id: 13
  73. name: switch
  74. type: boolean
  75. - entity: lock
  76. translation_key: child_lock
  77. category: config
  78. dps:
  79. - id: 14
  80. name: lock
  81. type: boolean
  82. - entity: sensor
  83. name: Power consumption
  84. category: diagnostic
  85. dps:
  86. - id: 28
  87. name: sensor
  88. type: integer
  89. unit: kWh
  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. translation_key: ionizer
  100. category: config
  101. dps:
  102. - id: 106
  103. name: switch
  104. type: boolean