Hi everyone! I built a Home Assistant addon that automatically detects and mounts external USB/SATA drives and registers them as network storage through the Supervisor API, no manual configuration needed, just plug the drives in and done! Read more at: HomeAssistant-Apps/mountit/DOCS.md at ee0f66701e2c0a6a8c4fdb97be5c1ad32d136425 · EnderDragonEP/HomeAssistant-Apps · GitHub
What it does:
- Auto-detects labeled drives on startup and hot-plug
- Exposes drives as network storage in Settings → Storage
- Optional support for unlabeled drives
- Configurable storage location (
media,share, orbackup) - Advanced folder mapping: expose subfolders to different HA locations
- HDD idle power-down support
- Clean shutdown: deregisters mounts and unmounts drives
This project was Inspired by the Samba NAS addon by dianlight
Source: HomeAssistant-Apps/mountit at main · EnderDragonEP/HomeAssistant-Apps · GitHub
Config Example:
mount_unlabeled: false
automount_on_plugin: true
specific_label: ""
mount_location: media
hdd_idle_seconds: 0
folder_mounts:
- drive: BigNoodle
folder: .ha_backup
location: backup
