Quicker update on hvac mode change in Sensibo (#67692)

This commit is contained in:
G Johansson 2022-03-05 23:01:53 +01:00 committed by GitHub
parent 2474d84e35
commit 3d26f6b85d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,6 +268,7 @@ class SensiboClimate(SensiboBaseEntity, ClimateEntity):
await self._async_set_ac_state_property("on", True)
await self._async_set_ac_state_property("mode", HA_TO_SENSIBO[hvac_mode])
await self.coordinator.async_request_refresh()
async def async_set_swing_mode(self, swing_mode: str) -> None:
"""Set new target swing operation."""