Pause deprecation of legacy works with Nest API (#68715)

This commit is contained in:
Allen Porter 2022-03-27 02:50:13 -07:00 committed by GitHub
parent 9e6bebd27b
commit 4f595962b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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])