Set webhook local_only deprecation to 2023.11.0 (#95401)

This commit is contained in:
Eric Severance 2023-06-27 11:43:11 -07:00 committed by GitHub
parent 34827571ba
commit a4a6972237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@ async def async_attach_trigger(
hass,
DOMAIN,
issue_id,
breaks_in_ha_version="2023.7.0",
breaks_in_ha_version="2023.11.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
learn_more_url="https://www.home-assistant.io/docs/automation/trigger/#webhook-trigger",