lyfco_portable_airconditioner.yaml 1.6 KB

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