Hi.
I’m sure this worked previously. I have a scrape running with automatic polling disabled. I have an automation that uses update.entity service call to trigger the scrape sensor update. It no longer seems to work.
I’ve tried manually calling the service from the dev tools. But the entity does not update.
If I turn the auto polling for the integration back on. All four of the entities update perfectly.
service: homeassistant.update_entity
data: {}
target:
entity_id:
- sensor.food_bin_date
It should be that simple, right?