Skip to content

A shell utility script to easily manage your Home Assistant installation in Python venv.

License

Notifications You must be signed in to change notification settings

OToussaint/ha-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ha-manager Codacy Badge

A shell utility script to easily manage your Home Assistant installation in Python venv.
This script is using whiptail.

How to use it:

Add exec permissions to the script in order to use it:

chmod u+x ha-manager.sh

Edit the config file:

nano ha-manager.json

Change the variables to match your installation:

{
    "VENV_DIR": "/srv/homeassistant",
    "CONFIG_DIR": "/home/homeassistant/.homeassistant",
    "BACKUP_ROOT_DIR": "/mnt/backup/Home Assistant",
    "LOG_DIR": "/var/log/homeassistant",
    "HA_USER": "homeassistant"
}

Then run the script:

./ha-manager.sh

Main menu

About

A shell utility script to easily manage your Home Assistant installation in Python venv.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages