kogan_kawfpac09ya_airconditioner.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. name: Kogan SmarterHome portable air conditioner
  2. products:
  3. - id: mhod7aykax0wbivn
  4. primary_entity:
  5. entity: climate
  6. dps:
  7. - id: 1
  8. type: boolean
  9. name: power
  10. mapping:
  11. - dps_val: false
  12. value: "off"
  13. icon: "mdi:hvac-off"
  14. icon_priority: 1
  15. hidden: true
  16. - id: 2
  17. type: integer
  18. name: temperature
  19. range:
  20. min: 16
  21. max: 30
  22. mapping:
  23. - constraint: temperature_unit
  24. conditions:
  25. - dps_val: F
  26. range:
  27. min: 60
  28. max: 86
  29. - id: 3
  30. type: integer
  31. name: current_temperature
  32. - id: 4
  33. type: string
  34. name: hvac_mode
  35. mapping:
  36. - dps_val: COOL
  37. icon: "mdi:snowflake"
  38. icon_priority: 2
  39. constraint: power
  40. conditions:
  41. - dps_val: false
  42. value_redirect: power
  43. - dps_val: true
  44. value: cool
  45. - dps_val: FAN
  46. icon: "mdi:fan"
  47. icon_priority: 2
  48. constraint: power
  49. conditions:
  50. - dps_val: false
  51. value_redirect: power
  52. value: "off"
  53. - dps_val: true
  54. value: fan_only
  55. - dps_val: DRY
  56. icon: "mdi:water"
  57. icon_priority: 2
  58. constraint: power
  59. conditions:
  60. - dps_val: false
  61. value_redirect: power
  62. - dps_val: true
  63. value: dry
  64. - id: 5
  65. type: string
  66. name: fan_mode
  67. mapping:
  68. - dps_val: "1"
  69. value: low
  70. - dps_val: "2"
  71. value: high
  72. - id: 19
  73. type: string
  74. name: temperature_unit
  75. - id: 105
  76. type: integer
  77. name: countdown
  78. - id: 106
  79. type: integer
  80. name: unknown_106
  81. - id: 107
  82. type: boolean
  83. name: unknown_107