Update entity service totally ignored?

Hi, using the homewizard integration, to fetch my P1, but the default is 5 sec, but i need 1 sec… so following tutorial here:

disabled the default, created an automation, i see its running in states every 1 sec, but the sensors are not updating at all, they fall back to 30 sec interval?

Doesnt this service replace the interval? What am i missing?
No issues in logbook, no errors

- alias: Update Device Automation
  initial_state: 'on'
  trigger:
    - platform: time_pattern
      seconds: /1
  action:
    - service: homeassistant.update_entity
      target:
        entity_id:
          - sensor.p1_meter_power_phase_1
          - sensor.p1_meter_power_phase_2
          - sensor.p1_meter_power_phase_3

Try seconds: "/1"

Ref: homeassistant.update_entity not working with second value from automation · Issue #164275 · home-assistant/core · GitHub

That makes no difference, I see in states ,the automation is actually running every 1 sec, it just doesn’t do the polling …
It’s not an issue with the automation, also if I do it with the developer tools itself, it doesn’t update

I created that one…

I know, you asked the question twice so I have linked them. I answered in the issue.

1 Like

Sometimes there are other limitations, like a use limit on the frequency band, which is the case for the 800Mhz band, or the device itself only updates each 30 sec.