Pause deprecation of legacy works with Nest API (#68715)
This commit is contained in:
parent
9e6bebd27b
commit
4f595962b7
1 changed files with 0 additions and 6 deletions
|
@ -109,12 +109,6 @@ async def async_setup_legacy(hass: HomeAssistant, config: dict) -> bool:
|
|||
if DOMAIN not in config:
|
||||
return True
|
||||
|
||||
_LOGGER.warning(
|
||||
"The Legacy Works With Nest API is deprecated and support will be removed "
|
||||
"in Home Assistant Core 2022.5; See instructions for using the Smart Device "
|
||||
"Management API at https://www.home-assistant.io/integrations/nest/"
|
||||
)
|
||||
|
||||
conf = config[DOMAIN]
|
||||
|
||||
local_auth.initialize(hass, conf[CONF_CLIENT_ID], conf[CONF_CLIENT_SECRET])
|
||||
|
|
Loading…
Add table
Reference in a new issue