Dimmer Switch Percentage Update in HomeKit

Newbie and first time poster. Have several Legrand HomeKit dimmer switches in HA. I added them back to HomeKit, and I can dim via both platforms. However, when I set the brightness via HA, it does not update tin HomeKit, so all the dimmers say 0% (but are at ~80%). I have tried using both brightness and brightness_pct.

  - name: Main Area Lights On
    entities:
      light.laundry: true
      light.floor_spot_1: true
      light.floor_spot_2: true
      light.floor_spot_3: true
      light.kitchen_dimmer_switch:
        state: true
        brightness_pct: 100
      light.ma_floor_lamp:
        state: true
        brightness_pct: 100
1 Like