Logger: homeassistant.components.websocket_api.http.connection Source: components/websocket_api/commands.py:241 integration: Home Assistant WebSocket API (documentation, issues) First occurred: 9:38:28 PM (2 occurrences) Last logged: 9:42:13 PM [140681296784128] Unexpected exception [140681278620000] Unexpected exception Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/aioautomower/auth.py", line 150, in _raise_for_status resp.raise_for_status() File "/usr/local/lib/python3.12/site-packages/aiohttp/client_reqrep.py", line 1070, in raise_for_status raise ClientResponseError( aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('https://api.amc.husqvarna.dev/v1/mowers/REDACTED/actions') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/husqvarna_automower/switch.py", line 82, in async_turn_on await self.coordinator.api.commands.resume_schedule(self.mower_id) File "/usr/local/lib/python3.12/site-packages/aioautomower/session.py", line 73, in resume_schedule await self.auth.post_json(url, json=body) File "/usr/local/lib/python3.12/site-packages/aioautomower/auth.py", line 95, in post_json resp = await self.post(url, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aioautomower/auth.py", line 91, in post return await AbstractAuth._raise_for_status(resp) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aioautomower/auth.py", line 165, in _raise_for_status raise ApiException(": ".join(detail)) from err aioautomower.exceptions.ApiException: Error from API: 404: Not Found The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service response = await hass.services.async_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2731, in async_call response_data = await coro ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2774, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 999, in entity_service_call single_response = await _handle_entity_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1071, in _handle_entity_call result = await task ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/husqvarna_automower/switch.py", line 84, in async_turn_on raise HomeAssistantError( homeassistant.exceptions.HomeAssistantError: Command couldn't be sent to the command queue: Error from API: 404: Not Found