4.8 KiB
Home assistant add-on: requestrr
Thanks to everyone having starred my repo! To star it click on the image below, then it will be on top right. Thanks!
About
Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms. This addon is based on the docker image https://github.com/linuxserver/docker-requestrr
Installation
The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on.
- Add my add-ons repository to your home assistant instance (in supervisor addons store at top right, or click button below if you have configured my HA)
- Install this add-on.
- Click the
Savebutton to store your configuration. - Set the add-on options to your preferences
- Start the add-on.
- Check the logs of the add-on to see if everything went well.
- Open the webUI and adapt the software options
Configuration
Webui can be found at http://homeassistant:4545 or through the sidebar using Ingress. Configurations can be done through the app webUI, except for the following options.
The default username/password is described in the startup log.
Run the addon first, then customize the config file created in /addon_configs/db21ed7f_requestrr using the Filebrowser addon.
Options
| Option | Type | Default | Description |
|---|---|---|---|
PGID |
int | 0 |
Group ID for file permissions |
PUID |
int | 0 |
User ID for file permissions |
TZ |
str | Timezone (e.g., Europe/London) |
Example Configuration
PGID: 1000
PUID: 1000
TZ: "Europe/London"
Custom Scripts and Environment Variables
This addon supports custom scripts and environment variables:
- Custom scripts: See Running Custom Scripts in Addons
- Environment variables: See Add Environment Variables to your Addon
Support
Create an issue on github

