ha_gehome/ge_kitchen/const.py

8 lines
217 B
Python
Raw Normal View History

2020-08-12 09:03:22 -06:00
"""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"