Home Assistant Unofficial Reference 2024.12.1
models.py
Go to the documentation of this file.
1 """Models for the Geocaching integration."""
2 
3 from typing import TypedDict
4 
5 
6 class GeocachingOAuthApiUrls(TypedDict):
7  """oAuth2 urls for a single environment."""
8 
9  authorize_url: str
10  token_url: str