Cover Toggle

I have the following code and when I push the icon it’s supposed to toggle the blinds open and closed but I receive this error. Any ideas


show_icon: true
type: button
tap_action:
  action: toggle
icon_height: 50px
name: Sink Blinds
icon: ''
entity: cover.blind_tilt_5bb6
show_state: true

tap_action:
  action: call-service
  service: cover.toggle
  target:
    entity_id: cover.blind_tilt_5bb6

This is what I have an I’m still getting an error


show_name: true
show_icon: true
type: button
tap_action:
  action: call-service
  service: cover.toggle
  target:
    entity_id: cover.blind_tilt_5bb6
icon_height: 50px
name: Sink Blinds
icon: ''
entity: cover.blind_tilt_5bb6
show_state: true

It says doesn’t support this service

What sort of cover is it? Does the entity card allow control?

It’s a switchbot tilt blind

Then see here:

You’re not going to be able to use toggle directly.