Files
home-assistant-core/tests/components/geocaching/__init__.py
T
577b8cd976 Add Geocaching integration (#50284)
Co-authored-by: Paulus Schoutsen <[email protected]>
Co-authored-by: Reinder Reinders <[email protected]>
Co-authored-by: Franck Nijhof <[email protected]>
2022-05-12 12:12:47 +02:00

6 lines
147 B
Python

"""Tests for the Geocaching integration."""
CLIENT_ID = "1234"
CLIENT_SECRET = "5678"
REDIRECT_URI = "https://example.com/auth/external/callback"