Warning; numeric_state condition: no entity specified

I am seeing this warning in log. Does it mean I need to specify a condition when numeric state is used?

automation:

  - alias: "Sensor Low Battery"
    initial_state: true
    trigger:
      - platform: numeric_state
        entity_id:
          - sensor.motion_g1_battery
          - sensor.motion_t1_battery
          - sensor.motion_hallway_battery
          - sensor.motion_washroom_battery
          - sensor.motion_k1_battery
          - sensor.shion_room_battery
          - sensor.computer_room_battery
          - sensor.living_room_battery
        below: 9
    action:
      service: notify.notify_events
      data_template:
        message: "The battery for {{ trigger.to_state.attributes.friendly_name }} is below 10 percent."

Are you using the GUI automation editor?

It has a problem with lists.

No, I am creating the automation straight from the file. Never used the gui editor before.

This one is also in the log.

  - alias: "SSL Certificate Expiry Notification"
    initial_state: true
    trigger:
      - platform: numeric_state
        entity_id: sensor.vj_ssl_cert_expiry
        below: 3
    action:
      - service: notify.home_assistant
        data_template:
          title: "Certificate Expiring in {{ states.sensor.vj_ssl_cert_expiry.state }} Days"
          message: >
            <b>Today is {{ now().strftime( '%B %d, %Y') }} </b> <br>
            <br>
            This is to notify you that your certificate with the common name domain.com will expire in {{ states.sensor.vj_ssl_cert_expiry.state }} days. <br>
            <br>
          data:
            images: []

Does this sensor exist (in Developer Tools States)?
sensor.vj_ssl_cert_expiry

yes.
2021-06-01_16-10-23

:man_shrugging:

Looks ok to me.

https://www.home-assistant.io/docs/automation/trigger/#numeric-state-trigger