medion_life_p1002.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. secondary_entities:
  47. - entity: lock
  48. icon: "mdi:lock"
  49. translation_key: child_lock
  50. dps:
  51. - id: 14
  52. type: boolean
  53. name: lock
  54. - entity: binary_sensor
  55. class: problem
  56. category: diagnostic
  57. dps:
  58. - id: 22
  59. type: bitfield
  60. name: sensor
  61. mapping:
  62. - dps_val: 0
  63. value: false
  64. - value: true
  65. - entity: switch
  66. name: Sleep
  67. icon: "mdi:power-sleep"
  68. dps:
  69. - id: 101
  70. type: boolean
  71. name: switch
  72. - entity: switch
  73. icon: "mdi:arrow-oscillating"
  74. name: Swing
  75. dps:
  76. - id: 15
  77. type: boolean
  78. name: switch