Send game events from overwolf to Home Assistant.
This project is not endorsed by or affiliated with Overwolf or Home Assistant.
A step by step setup guide has been added on the Home Assistant integration repository.
Overwolf is an ever expanding and improving ecosystem. From time to time they add support for new games or new info/events in existing games.
To make it easier for this app to stay up to date, a scraper has been implemented to export an updates list of interestingFeatures
to be used in src/consts.ts
.
Just run the VSCode task Scrape game features
, copy them and paste to the src/consts.ts
.
Then copy the list of game IDs and put the new values in all the relevant fields of public/manifest.json
To be able to actually run and test a development version, you need to be a developer that is allow-listed by Overwolf. See https://dev.overwolf.com/ow-native/reference/ow-sdk-introduction#get-whitelisted-as-a-developer for details. If you aren't whitelisted, the app just fails to be loaded.
npm install
or the VSCode task Install dependencies
to install the dependenciesBuild
(CTRL + Shift + B
or CMD + Shift + B
by default)Load the application as an unpackaged app in Overwolf:
About
tabDevelopment options
Load unpacked extension...
dist
folder.In order of first contribution date