lyfco_portable_airconditioner.yaml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. name: Air conditioner
  2. products:
  3. - id: gwwxvfg8auctbnpr
  4. manufacturer: Lyfco
  5. model: OL-A012
  6. entities:
  7. - entity: climate
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: hvac_mode
  12. mapping:
  13. - dps_val: false
  14. value: "off"
  15. - dps_val: true
  16. constraint: mode
  17. conditions:
  18. - dps_val: Cool
  19. value: cool
  20. - dps_val: Dry
  21. value: dry
  22. - dps_val: Fan
  23. value: fan_only
  24. - dps_val: Heat
  25. value: heat
  26. - id: 2
  27. type: integer
  28. name: temperature
  29. range:
  30. min: 16
  31. max: 32
  32. unit: C
  33. - id: 3
  34. type: integer
  35. name: current_temperature
  36. - id: 4
  37. type: string
  38. name: mode
  39. hidden: true
  40. - id: 5
  41. type: string
  42. name: fan_mode
  43. mapping:
  44. - dps_val: Low
  45. value: low
  46. - dps_val: Mid
  47. value: medium
  48. - dps_val: Hig
  49. value: high
  50. - id: 15
  51. type: string
  52. name: swing_mode
  53. mapping:
  54. - dps_val: "OFF"
  55. value: "off"
  56. - dps_val: "ON"
  57. value: "on"
  58. - id: 101
  59. type: boolean
  60. name: preset_mode
  61. mapping:
  62. - dps_val: true
  63. value: sleep
  64. - dps_val: false
  65. value: comfort
  66. - entity: binary_sensor
  67. class: problem
  68. category: diagnostic
  69. dps:
  70. - id: 22
  71. type: bitfield
  72. name: sensor
  73. mapping:
  74. - dps_val: 0
  75. value: false
  76. - value: true
  77. - id: 22
  78. type: bitfield
  79. name: fault_code