Anyone know how to decrease the scan interval for the Efergy integration? HASS checks every 30 seconds, but the hub is updated every 6 seconds by the energy monitor transmitters. I have tried a configuration.yaml entry of:
sensors:
but this has no effect. Thanks! Nigel
@Nigel4
Did you ever find a solution for this?
Looking at the code, minimum interval is hard coded to 30 seconds and I doubt the config change will override this.
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30)