ha_gehome/ge_kitchen/const.py

8 lines
217 B
Python

"""Constants for the ge_kitchen integration."""
DOMAIN = "ge_kitchen"
# TODO Update with your own urls
OAUTH2_AUTHORIZE = "https://www.example.com/auth/authorize"
OAUTH2_TOKEN = "https://www.example.com/auth/token"