Article: Managing Home Assistant YAML config files

Managing Home Assistant YAML config files

As a old style software developer I find it much easier to deal with YAML and other text files that are under my control. It is reassuring all files are all under version control, so I have detailed insight in the history of my changes and easy ways to rollback changes in case I screw up. Using templates and generators further reduce the dullness of boring repetitions and likely copy/paste errors.
Programming is fun!

1 Like