Hi,
I’am trying to create a automation that will update an entity every 10 seconds.
when creating this entity it’s not updating every 10 seconds but somewhere around 40 seconds.
First, when posting code you need to properly format it by using three backticks (```) both on the line before and after the code block. we can’t read it correctly otherwise.
but trying to decipher what you posted you need to add a / to the seconds.
right now it will only update when the seconds equal 10 not every 10.
So it should now be updating every minute by the trigger. and depending on how often the standard integration update (scan_interval) is you might get a strange 40 second update.
Hi finity,
this is how the automation looks like.
but when leaving from Home to Away is about 1 minute while entering from Away to Home about 15 seconds.
i use the known.yaml to update the entity
id: ‘1662455941966’
alias: HA_Update OPPO van Wil
description: HA_Update OPPO van Wil
trigger:
You can also click on “</>” (see the top of the screen opened when you reply… it is called preformatted text) You will have a block created on your answer where you can put your code…
Thanks so much for sharing this, it’s just fixed an issue I’ve had for months whereby my HP_iLO sensors stopped updating after an HA update. I’ve now got this automation working so they update every 15 mins. Thanks