mode0192

Results 3 issues of mode0192

the problem in here `async def send_command(self): async with self._temp_lock: self._on_by_remote = False speed = self._speed direction = self._direction or 'default' oscillating = self._oscillating if speed.lower() == SPEED_OFF: command =...

Is there any way to add ("oscillate":) command (act as a toggle switch) as in Fans to my custom climate .json file. ("oscillate":) command works fine in fans but not...

This PR addresses issues in the SmartIR Fan component: Fixes state restoration after Home Assistant restart by using the 'percentage' attribute instead of 'speed'. Improves oscillation handling by only sending...