Skip to content

tiberiushunter/hassio-config

Repository files navigation

TiberiusHunter's Home Assistant Configuration

Project Maintenance MIT License

Contributors Forks Stargazers Issues

About

A repository storing and backing up my Home Assistant configuration

File Structure

The entry point for Home Assistant is the configuration.yaml file. From there I've split up the configuration into various folders and files found under the /configuration/ directory.

This has simply been to reduce the size of the configuration.yaml especially as my previous installation of Home Assistant ended up being a nightmare to maintain.. 🙄

From the configuration.yaml file, all the files under the configuration/integrations/ directory get imported - this lists what you'd likely see in a regular configuration file.

Once an integration contains any entities, sensors, scenes, scripts, etc. I then break that down into it's own file under whichever type of integration it is - For example, for the camera: integration I've created a separate file under configuration/entities/camera/ directory for each camera.

Usage

This repository has been designed to be used with the default git pull addon once the build passes on the main branch.

When there are changes to any of the configuration files Home Assistant will pull the latest changes and automatically restart 🎉

Contributing

You've found a bug in my config, a mistake in the docs or maybe you want to add a new feature? 🤔

I'm very open to any and all contributions to my config, please let me know by creating an issue on the repository and feel free to create a pull request with your changes ❤️

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

Contact

Owner: Sam Welek

GitHub LinkedIn X

Buy Me A Coffee

Project Link: GitHub