core/homeassistant/components/nest
Allen Porter fa4e890696
Revamp nest authentication config flows and remove need for redirect urls (#59033)
* Add support for Installed Auth authentication flows.

Add support for additional credential types to make configuration simpler for
end users. The existing Web App auth flow requires users to configure
redirect urls with Google that has a very high security bar: requires ssl,
and a publicly resolvable dns name.

The new Installed App flow requires the user to copy/paste an access code
and is the same flow used by the `google` calendar integration. This also
allows us to let users create one authentication credential to use with
multiple google integrations.

* Remove hard migration for nest config entries, using soft migration

* Add comment explaining soft migration

* Revet changes to common.py made obsolete by removing migration

* Reduce unnecessary diffs in nest common.py

* Update config entries using library method

* Run `python3 -m script.translations develop`

* Revert nest auth domain

* Remove compat function which is no longer needed

* Remove stale nest comment

* Adjust typing for python3.8

* Address PR feedback for nest auth revamp
2021-11-04 15:56:16 -07:00
..
legacy Use assignment expressions 34 (#58823) 2021-10-31 19:01:16 +01:00
translations Revamp nest authentication config flows and remove need for redirect urls (#59033) 2021-11-04 15:56:16 -07:00
__init__.py Revamp nest authentication config flows and remove need for redirect urls (#59033) 2021-11-04 15:56:16 -07:00
api.py
binary_sensor.py
camera.py
camera_sdm.py Serve nest placeholder image from disk rather than generate on the fly (#58663) 2021-10-30 13:44:28 -07:00
climate.py
climate_sdm.py
config_flow.py Revamp nest authentication config flows and remove need for redirect urls (#59033) 2021-11-04 15:56:16 -07:00
const.py Revamp nest authentication config flows and remove need for redirect urls (#59033) 2021-11-04 15:56:16 -07:00
device_info.py Use DeviceInfo Class N-O (#58314) 2021-10-24 11:34:45 +02:00
device_trigger.py Use assignment expressions 23 (#58180) 2021-10-22 11:13:05 +02:00
events.py Publish nest event ids in camera related events (#58299) 2021-10-26 10:14:12 -05:00
manifest.json Bump google-nest-sdm to 0.3.8 (#58186) 2021-10-22 11:37:30 +02:00
placeholder.png Serve nest placeholder image from disk rather than generate on the fly (#58663) 2021-10-30 13:44:28 -07:00
sensor.py
sensor_sdm.py Change precision of Nest sensors (#56993) 2021-10-22 20:31:25 -07:00
services.yaml
strings.json Revamp nest authentication config flows and remove need for redirect urls (#59033) 2021-11-04 15:56:16 -07:00