Skip to content

Commit

Permalink
Use missy application secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
belese authored Feb 22, 2024
1 parent 25d0f76 commit bcc484e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/autodarts/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

DOMAIN = "autodarts"

AUTODART_CLIENT_ID = "my-id"
AUTODART_REALM_NAME = "my-name"
AUTODART_CLIENT_SECRET = "my-secret"
AUTODART_CLIENT_ID = 'misy-homeassistant-plugin-for-autodarts'
AUTODART_CLIENT_SECRET = "8vqqSJjAj2yYlJlifnsOW8oej6v2lNJO"
AUTODART_REALM_NAME = 'autodarts'

AUTODART_MATCH_URL = "https://play.autodarts.io/matches"

Expand Down

0 comments on commit bcc484e

Please sign in to comment.