mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Fix Harmony switch removal version (#104838)
This commit is contained in:
@@ -27,7 +27,7 @@ async def async_setup_entry(
|
|||||||
hass,
|
hass,
|
||||||
DOMAIN,
|
DOMAIN,
|
||||||
"deprecated_switches",
|
"deprecated_switches",
|
||||||
breaks_in_ha_version="2023.8.0",
|
breaks_in_ha_version="2024.6.0",
|
||||||
is_fixable=False,
|
is_fixable=False,
|
||||||
severity=IssueSeverity.WARNING,
|
severity=IssueSeverity.WARNING,
|
||||||
translation_key="deprecated_switches",
|
translation_key="deprecated_switches",
|
||||||
@@ -91,7 +91,7 @@ class HarmonyActivitySwitch(HarmonyEntity, SwitchEntity):
|
|||||||
self.hass,
|
self.hass,
|
||||||
DOMAIN,
|
DOMAIN,
|
||||||
f"deprecated_switches_{self.entity_id}_{item}",
|
f"deprecated_switches_{self.entity_id}_{item}",
|
||||||
breaks_in_ha_version="2023.8.0",
|
breaks_in_ha_version="2024.6.0",
|
||||||
is_fixable=False,
|
is_fixable=False,
|
||||||
severity=IssueSeverity.WARNING,
|
severity=IssueSeverity.WARNING,
|
||||||
translation_key="deprecated_switches_entity",
|
translation_key="deprecated_switches_entity",
|
||||||
|
Reference in New Issue
Block a user