Lovelace, use entity-filter to hide just one entity and not others

Hi. I have a list of entities on a card and they share the same on/off state. There is one entity that I would like to hide when it is off. Only one, and not the others - that I want shown whether they are on or off. Is there a way to do that?

      - type: vertical-stack
        cards:
          - type: entity-filter
            title: Upstairs
            show_header_toggle: false
            entities:
              - light.hallway_light
              - light.porch_light 
              - light.porch_light_dimmer  ' I only want to hide this entity when NOT on'
              - light.living_light
            state_filter:
              - "on"