An open API service indexing awesome lists of open source software.

https://github.com/bclindner/home_assistant_gdq

GDQ donation tracker sensor for Home Assistant.
https://github.com/bclindner/home_assistant_gdq

Last synced: about 1 month ago
JSON representation

GDQ donation tracker sensor for Home Assistant.

Awesome Lists containing this project

README

          

# GDQ Donation Tracker Component

A custom [Home Assistant](https://home-assistant.io) component which (currently
only) provides the [SGDQ 2019](https://gamesdonequick.com) donation total.

Clone this into your custom_components folder and add this to your
configuration.yaml:

```
sensors:
- platform: gdq
scan_interval: 600 # 10 minutes
```