Duplicate log entries from both template name and device name

I have created some switch templates to make sense of the zwave device names.
ex.

    switches:
      living_room_shelf_lights:
        value_template: '{{states.switch.fibaro_system_fgwpef_wall_plug_gen5_switch_3_0.state}}'
        turn_on:
          service: switch.turn_on
          entity_id: switch.fibaro_system_fgwpef_wall_plug_gen5_switch_3_0
        turn_off:
          service: switch.turn_off
          entity_id: switch.fibaro_system_fgwpef_wall_plug_gen5_switch_3_0

Looking in the HA Logbook when automation happens I see two lines, one for the zwave device and one for the template name. I would prefer to just see the template name. Is this expected or am I missing something?:
16:49 FIBARO System FGWPE/F Wall Plug Gen5 Switch turned on
16:49 Living Room Shelf Lights turned on