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.
- Host: GitHub
- URL: https://github.com/bclindner/home_assistant_gdq
- Owner: bclindner
- Created: 2019-06-23T17:12:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T17:12:27.000Z (about 7 years ago)
- Last Synced: 2025-11-20T15:29:08.706Z (8 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```