Fix ha version in EDL21 deprecation warning (#90699)
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
This commit is contained in:
parent
724eb7f2bd
commit
3c536e31eb
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue