core: Cover.set_tilt_position gives error
The problem
I get an error that just says “position” when calling cover.set_tilt_position
What version of Home Assistant Core has the issue?
2024.2.0
What was the last working version of Home Assistant Core?
2024.1.xx
What type of installation are you running?
Home Assistant OS
Integration causing the issue
SwitchBot
Link to integration documentation on our website
https://www.home-assistant.io/integrations/switchbot/
Diagnostics information
[281471617779904] Entity cover.sb_master_left does not support this service. 16:36:40 – (ERROR) Home Assistant WebSocket API - message first occurred at 16:31:46 and shows up 2 times
Logger: homeassistant.components.websocket_api.http.connection Source: components/websocket_api/commands.py:240 Integration: Home Assistant WebSocket API (documentation, issues) First occurred: 16:31:46 (2 occurrences) Last logged: 16:36:40
[281471617779904] Entity cover.sb_master_left does not support this service. Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 240, in handle_call_service response = await hass.services.async_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/core.py”, line 2279, in async_call response_data = await coro ^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/core.py”, line 2316, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 874, in entity_service_call raise HomeAssistantError( homeassistant.exceptions.HomeAssistantError: Entity cover.sb_master_left does not support this service.
Example YAML snippet
service: cover.set_cover_tilt_position
target:
entity_id: cover.sb_patio_blinds
data:
tilt_position: 50
Anything in the logs that might be useful for us?
No response
Additional information
No response
About this issue
- Original URL
- State: open
- Created 5 months ago
- Comments: 30
The reason the automations crash is because Home Assistant doesn’t know it moved. A few others have reported that
Likely broken for some time post the core update.