1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add Google Mail integration (#82637)

* Add Google Mail integration

* oops

* prettier

* Add email service

* adjustments

* update

* move email to notify

* break out services

* tweaks

* Add CC and BCC support

* drop scope check, breakout tests

* use abstract auth

* tweak

* bump dependency

* dependency bump

* remove oauth2client
This commit is contained in:
Robert Hillis
2023-01-07 14:59:14 -05:00
committed by GitHub
parent d2537dacc6
commit ad65fc27bc
30 changed files with 1303 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ FLOWS = {
"goodwe",
"google",
"google_assistant_sdk",
"google_mail",
"google_sheets",
"google_travel_time",
"govee_ble",