mirror of https://github.com/simbaja/ha_gehome.git
8 lines
217 B
Python
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"
|