Skip to content

Commit

Permalink
Twitch integration added #83
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedTinker committed Mar 20, 2022
1 parent 4ba19ea commit c646f08
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions entities/sensors/utilities/twitch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#####
# Twitch integration
# Tracking some of the creators there
#####

platform: twitch
client_id: !secret twitch_id
client_secret: !secret twitch_token
channels:
- BeardedTinker
- markwatttech
- Jessassin
- Xisuma
- Drzzs
- Frenck
- TangoTek
4 changes: 4 additions & 0 deletions secrets_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,7 @@ reolink_wh: xXXXXXXXXXxXXXXXXXXXxXXXXXXXXXXX
nuki_wh: xXXXXXXXXXxXXXXXXXXXxXXXXXXXXXXX
router_wh: xXXXXXXXXXxXXXXXXXXXxXXXXXXXXXXX
unknown_wh: xXXXXXXXXXxXXXXXXXXXxXXXXXXXXXXX

# Twitch
twitch_id: xXXXXXXXXXxXXXXXXXXXxXXXXXXXXXXX
twitch_token: xXXXXXXXXXxXXXXXXXXXxXXXXXXXXXXX

0 comments on commit c646f08

Please sign in to comment.