mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Quicker update on hvac mode change in Sensibo (#67692)
This commit is contained in:
parent
2474d84e35
commit
3d26f6b85d
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user