lociii / overwolf-homeassistant-webhook

Overwolf App that forwards game events to HomeAssistant
ISC License
3 stars 1 forks source link
game-state-integration gaming homeassistant overwolf

overwolf-homeassistant-webhook

Send game events from overwolf to Home Assistant.

Disclaimer

This project is not endorsed by or affiliated with Overwolf or Home Assistant.

Setup

A step by step setup guide has been added on the Home Assistant integration repository.

Helpers

Scrape game features

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

How to contribute

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.

VSCode setup

Build the application

Test it

Load the application as an unpackaged app in Overwolf:

Contributors

In order of first contribution date