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
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
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
device_trigger.py
events.py
manifest.json
placeholder.png
sensor.py
sensor_sdm.py
services.yaml
strings.json Revamp nest authentication config flows and remove need for redirect urls (#59033) 2021-11-04 15:56:16 -07:00