217 files

This commit is contained in:
Home Assistant Version Control
2026-07-30 23:59:38 +00:00
parent d43a63ad29
commit 7b5e46e702
217 changed files with 15978 additions and 3912 deletions
@@ -192,7 +192,7 @@ async def ws_seasonal_overrides(
# Refresh coordinator
if rd and rd.coordinator:
await rd.coordinator.async_request_refresh()
await rd.coordinator.async_refresh_now()
connection.send_result(msg["id"], {"success": True, "overrides": validated})
@@ -262,7 +262,7 @@ async def ws_set_environmental_entity(
# Refresh coordinator
if rd and rd.coordinator:
await rd.coordinator.async_request_refresh()
await rd.coordinator.async_refresh_now()
connection.send_result(
msg["id"],