Bond Integration - Presets

I have bond controlling 3 fans in my house. They all have a light and then 3 speeds for the fan. Bond controls them perfectly. Also, toggling the light and fan on and off works from Home Assistant. I cant seem to be able to set the fan to high. For the mode I have tried High, 3, Speed 3 etc… and keep getting errors in developer tools.

service: fan.set_preset_mode
data:
  preset_mode: '3'
target:
  entity_id: fan.patio_ceiling_fan_2

Instead of preset mode, have you tried setting percentages? O is off, 33 is low, 66 medium, 100 high. In devtools, use fan.set_percentage.

I tried 100 with fan.set_percentage and it didn’t work.