Update Nest Legacy removal strings (#96229)

This commit is contained in:
Allen Porter 2023-07-10 02:22:15 -07:00 committed by GitHub
parent 882529c0a0
commit bc2319bbe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -121,7 +121,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
breaks_in_ha_version="2023.8.0",
is_fixable=False,
severity=ir.IssueSeverity.WARNING,
translation_key="legacy_nest_deprecated",
translation_key="legacy_nest_removed",
translation_placeholders={
"documentation_url": "https://www.home-assistant.io/integrations/nest/",
},

View file

@ -64,9 +64,9 @@
}
},
"issues": {
"legacy_nest_deprecated": {
"title": "Legacy Works With Nest is being removed",
"description": "Legacy Works With Nest is being removed from Home Assistant.\n\nYou must take action to use the SDM API. Remove all `nest` configuration from `configuration.yaml` and restart Home Assistant, then see the Nest [integration instructions]({documentation_url}) for set up instructions and supported devices."
"legacy_nest_removed": {
"title": "Legacy Works With Nest has been removed",
"description": "Legacy Works With Nest has been removed from Home Assistant, and the API shuts down as of September 2023.\n\nYou must take action to use the SDM API. Remove all `nest` configuration from `configuration.yaml` and restart Home Assistant, then see the Nest [integration instructions]({documentation_url}) for set up instructions and supported devices."
}
}
}