Fix Harmony switch removal version (#104838)

pull/104843/head
Robert Hillis 2023-11-30 16:21:34 -05:00 committed by GitHub
parent ea732349c9
commit b0f5b78b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ async def async_setup_entry(
hass,
DOMAIN,
"deprecated_switches",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2024.6.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
translation_key="deprecated_switches",
@ -91,7 +91,7 @@ class HarmonyActivitySwitch(HarmonyEntity, SwitchEntity):
self.hass,
DOMAIN,
f"deprecated_switches_{self.entity_id}_{item}",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2024.6.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
translation_key="deprecated_switches_entity",