* Update the nest integration to be useable fully from the config flow * Support discovery in nest config flow * Remove configuration entries * Remove unused import * Remove dead code * Update homeassistant/components/nest/strings.json Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Remove commented out code * Use config flow for app auth reauthentication path * Improves for re-auth for upgrading existing project and creds * More dead code removal * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Remove outdated code * Update homeassistant/components/nest/config_flow.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
21 lines
303 B
Python
21 lines
303 B
Python
"""Automatically generated by hassfest.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
# fmt: off
|
|
|
|
APPLICATION_CREDENTIALS = [
|
|
"geocaching",
|
|
"google",
|
|
"home_connect",
|
|
"lyric",
|
|
"neato",
|
|
"nest",
|
|
"netatmo",
|
|
"senz",
|
|
"spotify",
|
|
"withings",
|
|
"xbox",
|
|
"yolink"
|
|
]
|