lyfco_portable_airconditioner.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. class: problem
  71. category: diagnostic
  72. dps:
  73. - id: 22
  74. type: bitfield
  75. name: sensor
  76. mapping:
  77. - dps_val: 0
  78. value: false
  79. - value: true