#Cannot control switchbot blind tilt with scene

1 messages · Page 1 of 1 (latest)

hexed zealot
#

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)

next turtle
#

Use cover.set_cover_tilt_position

#

It can do everything you need

hexed zealot
#

how do i do that from my scene?

next turtle
#

i dont know much about scenes, i know theyre quite limited 😅

#

my suggestion would be to use an automation or a script