I’m running hass.io on a Raspberry Pi and have installed the Node-RED add-on. I’d like to change the color of some of the nodes on Node-Red but to do so, I need to make changes to the underlying code defining the given node. I’ve looked through all exposed folders on my installation of hass.io but can’t find where the node characteristics are located. Any suggestions would be appreciated. Thanks.
your node-red configuration is stored in /config/node-red
but that will only have nodes that you installed yourself through “manage palette” - all of the built-in nodes are stored in the docker container and it would get over-written every time you updated the add-on
Thanks for letting me know. What about the ability to change the icon and color of sub flows I’ve created? Is this possible?
no sure because I’ve never done it. I would assume if color-change is part of the normal sub-flow creation, then it should stay because it would be stored in your local config. Just think of it like this: If it’s built-in, it will get replaced when you upgrade. If it’s not, then it won’t