The component is designed to integrate the Seafile file storage, editing and synchronization service into Home Assistant.
The component adds the ability to view media files
directly from HASS and also configure automation for the amount of data occupied for each user.
- Seafile >= 7.1.3
The easiest way to install the Seafile integration is with HACS. First install HACS if you don’t have it yet. After installation you can find this integration in the HACS store under integrations.
Alternatively, you can install it manually. Just copy and paste the content of the hass-seafile/custom_components folder in your config/custom_components directory. As example, you will get the sensor.py file in the following path: /config/custom_components/seafile/sensor.py. The disadvantage of a manual installation is that you won’t be notified about updates.
Via GUI
Settings
> Integrations
> Plus
> Seafile
To connect, enter the ip address and port. And also if you use basic auth, enter the user and password.
❗ Via YAML (legacy way) not supported