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