Rest scan_interval

Hello
Why rest component with scan_interval = 90000 (mora thank one Day) update severa times at Day?

Config:


rest:
  - resource: https://api.ipma.pt/open-data/observation/meteorology/stations/observations.json
    scan_interval: 90000
    sensor:
      - name: "IPMA_precipitacao_acumulada"
        value_template: >
        ...

Updates during the Day:

The only place where I do the update is in this automation, every day at 23:30:


- service: homeassistant.update_entity
    data: {}
    target:
      entity_id:
      - sensor.ipma_precipitacao_acumulada
     ...

Thanks for help.
Ricardo

Interesting, I guess this is because it is (!) more than 1 day…never tried this before

after spending a day everything was ok.