Skip to content

Latest commit

 

History

History

automations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Automations

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.

Directory Structure

The automations are organized into the following subdirectories:

📁 systems/

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.

Adding New Automations

When adding new automations to this directory:

  1. Place them in the appropriate subdirectory
  2. Follow the existing naming convention
  3. Update the corresponding README
  4. Test thoroughly before deploying

Best Practices

  • Keep automations organized by function
  • Use clear, descriptive filenames
  • Document any dependencies
  • Include comments in automation files