medion_life_p1002.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. name: Portable Air Conditioner
  2. products:
  3. - id: tqgodaa9suvtbflg
  4. name: MEDION AIR Conditioner P1002
  5. primary_entity:
  6. entity: climate
  7. icon: "mdi:air-conditioner"
  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: Dyr
  21. value: dry
  22. - dps_val: Fan
  23. value: fan_only
  24. - id: 2
  25. type: integer
  26. name: temperature
  27. range:
  28. min: 16
  29. max: 32
  30. unit: C
  31. - id: 3
  32. type: integer
  33. name: current_temperature
  34. - id: 4
  35. type: string
  36. name: mode
  37. hidden: true
  38. - id: 5
  39. type: string
  40. name: fan_mode
  41. mapping:
  42. - dps_val: Low
  43. value: low
  44. - dps_val: High
  45. value: high
  46. - id: 15
  47. type: boolean
  48. name: swing_mode
  49. mapping:
  50. - dps_val: false
  51. value: "off"
  52. - dps_val: true
  53. value: "on"
  54. secondary_entities:
  55. - entity: lock
  56. icon: "mdi:lock"
  57. translation_key: child_lock
  58. dps:
  59. - id: 14
  60. type: boolean
  61. name: lock
  62. - entity: binary_sensor
  63. class: problem
  64. category: diagnostic
  65. dps:
  66. - id: 22
  67. type: bitfield
  68. name: sensor
  69. mapping:
  70. - dps_val: 0
  71. value: false
  72. - value: true
  73. - entity: switch
  74. name: Sleep
  75. icon: "mdi:power-sleep"
  76. dps:
  77. - id: 101
  78. type: boolean
  79. name: switch