This folder contains all of the automations I use. As with everything, some things could still be optimized, but that's work in progress.
Each automation YAML file also contains a description, but here is a brief overview.
The automations are organized into the following subdirectories:
Contains core system automations focusing on:
- System alerts and notifications
- System monitoring and logging
- User notification management
For detailed information about the system automations, see the README in the 'systems/' directory.
When adding new automations to this directory:
- Place them in the appropriate subdirectory
- Follow the existing naming convention
- Update the corresponding README
- Test thoroughly before deploying
- Keep automations organized by function
- Use clear, descriptive filenames
- Document any dependencies
- Include comments in automation files