Add missing typed to SamsungTV (#142738)

This commit is contained in:
Simone Chemelli 2025-04-11 15:19:21 +02:00 committed by GitHub
parent 3b437c9b84
commit 2af6ee7584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -258,7 +258,9 @@ async def async_unload_entry(hass: HomeAssistant, entry: SamsungTVConfigEntry) -
return await hass.config_entries.async_unload_platforms(entry, PLATFORMS)
async def async_migrate_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> bool:
async def async_migrate_entry(
hass: HomeAssistant, config_entry: SamsungTVConfigEntry
) -> bool:
"""Migrate old entry."""
version = config_entry.version
minor_version = config_entry.minor_version