



















Copilot AI review requested due to automatic review settings
June 10, 2026 21:36Copilot AI review requested due to automatic review settings
June 11, 2026 04:29Copilot AI review requested due to automatic review settings
June 11, 2026 07:13Copilot AI review requested due to automatic review settings
June 13, 2026 04:33Copilot AI review requested due to automatic review settings
June 13, 2026 09:16Copilot AI review requested due to automatic review settings
June 13, 2026 14:24Copilot AI review requested due to automatic review settings
June 13, 2026 16:06…g mode Some Samsung AC units reject SET_AIR_CONDITIONER_MODE commands when they are sent concurrently with the SWITCH/ON command via asyncio.gather. The SmartThings API returns BAD_REQUEST (UnprocessableEntityError) because the device is still transitioning from OFF. Fix by awaiting async_turn_on() first, then sending the mode command sequentially instead of gathering them together. Also fix async_set_temperature to avoid double ON when both temperature and HVAC mode are changed while the device is off. Fixes home-assistant#172410 Related to home-assistant#124336
The fix changes async_set_temperature to await commands sequentially instead of gathering them concurrently. Update the two affected tests to reflect the new execution order: - test_ac_set_temperature_and_hvac_mode_while_off: turn_on, set_mode, setpoint - test_ac_set_temperature_and_hvac_mode: set_mode, setpoint
Copilot AI review requested due to automatic review settings
June 13, 2026 22:07This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。