mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add application credentials platform for google calendar integration (#71808)
* Add google application_credentials platform * Further simplify custom auth implementation overrides * Add test coverage in application_credentials * Simplify wording in a comment * Remove unused imports accidentally left from merge * Wrap lines that are too long for style guide * Move application credential loading to only where it is needed * Leave CLIENT_ID and CLIENT_SECRET as required.
This commit is contained in:
@@ -6,5 +6,6 @@ To update, run python3 -m script.hassfest
|
||||
# fmt: off
|
||||
|
||||
APPLICATION_CREDENTIALS = [
|
||||
"google",
|
||||
"xbox"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user