You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
I have eg a weather integration which takes latitude and longitude as config flow parameters. I would like to change these every so often (eg a weather forecast for my holiday destination).
Currently I delete the integration instance and add it back with the same name and new geocode manually. It would be great if it were possible to do the delete/add in a script with config flow parameter values supplied to a script, or just change the particular param values and reload the integration.
I am wondering if the following is possible:
I have eg a weather integration which takes latitude and longitude as config flow parameters. I would like to change these every so often (eg a weather forecast for my holiday destination).
Currently I delete the integration instance and add it back with the same name and new geocode manually. It would be great if it were possible to do the delete/add in a script with config flow parameter values supplied to a script, or just change the particular param values and reload the integration.