1
0
mirror of https://github.com/home-assistant/core.git synced 2025-09-18 17:39:33 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Allen Porter
3f70437888 Add support to Google Calendar for Web auth credentials ()
* Add support to Google Calendar for webauth credentials

* Fix broken import

* Fix credential name used on import in test

* Remove unnecessary creds domain parameters

* Remove unnecessary guard to improve code coverage

* Clarify comments about credential preferences

* Fix typo

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-11-10 22:49:10 -08:00
Franck Nijhof
cb13418bab String formatting and max line length - Part 2 () 2022-12-22 11:38:59 +01:00
Allen Porter
e74c711ef3 Add application credentials description strings () 2022-06-08 07:09:32 -07:00
Allen Porter
355445db2d Add application credentials platform for google calendar integration ()
* 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.
2022-05-14 10:27:47 -07:00