Fix ha version in EDL21 deprecation warning (#90699)

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
This commit is contained in:
Stephan Uhle 2023-04-03 10:48:06 +02:00 committed by GitHub
parent 724eb7f2bd
commit 3c536e31eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,7 +290,7 @@ async def async_setup_platform(
hass,
DOMAIN,
"deprecated_yaml",
breaks_in_ha_version="2023.2.0",
breaks_in_ha_version="2023.6.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
translation_key="deprecated_yaml",