sampsyo / hass-smartthinq

Home Assistant component for LG SmartThinQ HVAC devices
MIT License
281 stars 98 forks source link

air_ionizer #75

Open xleonx90 opened 3 years ago

xleonx90 commented 3 years ago

Is it possible to add ionizer activation in the air conditioner? https://github.com/olinek2/LGAC_SmartT/blob/master/LGACServerNew.py 'air_ionizer': state.data['AirClean']

@classmethod def turn_Ionizer(cls, ac, state): return {'code': ac.set_ionizer(state == 'on')}

sampsyo commented 3 years ago

Hi! If you're interested in seeing something added to the library, can you consider making a pull request?

xleonx90 commented 3 years ago

Unfortunately I'm an Amateur in this business :)