Open vigeeking opened 4 years ago
I'll see if I can use node-red for this. https://discourse.nodered.org/t/how-to-run-a-bash-script-from-node-red/406/3
I am going to need a stateful application set for this, and should look into how to have a persistent mariaDB container for handling all of the data. https://github.com/k8s-at-home/charts/tree/master/charts/home-assistant has some pertinent info, specifically setting the flags here: "Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,
helm install --name my-release \ --set configurator.hassApiPassword="$HASS_API_PASSWORD" \ k8s-at-home/home-assistant"
Now that I am integrating node-red into hassio, I'll likely have to set up the long live token, which means I need to look into a persistent install. This ticket is done when I can pull a new install from github and copy specific files over and be up and running in dev with a minimal number of steps.