Feedreader automation every 2 minutes

Standard feed reader update every hour, try updating every 2 minutes via an automation, but that doesn’t work .

alias: Feedreader Update
description: ""
triggers:
  - trigger: time_pattern
    minutes: /02
conditions: []
actions:
  - action: homeassistant.update_entity
    metadata: {}
    data:
      entity_id:
        - automation.feedreader_update
mode: single

but it doesn’t work, does anyone know why? I have also disabled polling of the feeds in Feed Reader.

From Time Pattern Trigger

Also, your action is just updating the same automation it is located in… I don’t think that is valid. What is it supposed to accomplish? It would have no effect on the feedreader sensor.

1 Like

Thank you I do now wat I dit wrong