Hi! I'm trying to set up a scene that turns off my light and opens the blinds:
id: "1742180333469"
name: Ivy's Room Morning
entities:
switch.ivys_lamp:
friendly_name: Ivys Lamp
state: "off"
cover.blind_tilt_b2bb:
current_tilt_position: 15
last_run_success: true
device_class: blind
friendly_name: Blind Tilt B2BB
supported_features: 240
state: open
icon: mdi:weather-sunny
metadata: {}
But it's not working, i'm getting the error Entity cover.blind_tilt_b2bb does not support action cover.open_cover. I can use set tilt position action in automations just fine, though. I would like this scene to just set the tilt position to 15. (This was created by UI, I didn't manually create that yaml)