Appearance
Homeassistant Runelite
Welcome — this site documents both the RuneLite plugin and the Home Assistant integration that work together to sync OSRS data to Home Assistant.
- Home Assistant integration:
- Docs: /integration
- Repository: https://github.com/db1996/homeassistant_runelite
- RuneLite plugin:
- Docs: /runelite-plugin
- Repository: https://github.com/db1996/homeassistant
Install RuneLite plugin
- Install the plugin from the RuneLite Plugin Hub.
- Create a Long-Lived Access Token in Home Assistant (Profile → Long-Lived Access Tokens).
- Open the plugin's settings in RuneLite and set:
- Home Assistant Base URL (e.g.
http://homeassistant.local:8123) - Home Assistant token (long-lived access token)
- Home Assistant Base URL (e.g.
- Enable the events / entities you want the plugin to send (see the plugin Options page).
Install Home Assistant integration
Via HACS
- Ensure HACS is installed in your Home Assistant setup. If not, follow the HACS installation guide.
- Open the HACS panel in Home Assistant.
- Click on the
FrontendorIntegrationstab. - Click the
+button and search forRunelite. - Click
Installto add the component to your Home Assistant setup. - Restart Home Assistant after the installation completes.
Manual Installation
- Navigate to your Home Assistant configuration directory (where your
configuration.yamlis located). - Create a folder named
custom_componentsif it doesn't exist. - Inside the
custom_componentsfolder, create another folder namedrunelite. - Clone this repository or download the source code and copy all files from the
custom_components/runelite/from the repository directory to the newly createdrunelitefolder. - Restart Home Assistant to load the custom component.