mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Add const module to oauth2 scaffold template (#35438)
* Add const module to oauth2 template * Remove const append * Add domain to const
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""Constants for the NEW_NAME integration."""
|
||||
|
||||
DOMAIN = "NEW_DOMAIN"
|
||||
|
||||
# TODO Update with your own urls
|
||||
OAUTH2_AUTHORIZE = "https://www.example.com/auth/authorize"
|
||||
OAUTH2_TOKEN = "https://www.example.com/auth/token"
|
||||
Reference in New Issue
Block a user