1
0
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:
Allen Porter
2022-05-14 10:27:47 -07:00
committed by GitHub
parent 656e88faec
commit 355445db2d
10 changed files with 258 additions and 47 deletions

View File

@@ -6,5 +6,6 @@ To update, run python3 -m script.hassfest
# fmt: off
APPLICATION_CREDENTIALS = [
"google",
"xbox"
]