Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2981d7e

Browse files
authored
Fix logger message in samsungtv (home-assistant#110484)
1 parent 3bf6d52 commit 2981d7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎homeassistant/components/samsungtv/__init__.py‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,9 @@ async def async_migrate_entry(hass: HomeAssistant, config_entry: ConfigEntry) ->
269269
en_reg = er.async_get(hass)
270270
en_reg.async_clear_config_entry(config_entry.entry_id)
271271

272+
version = 2
272273
hass.config_entries.async_update_entry(config_entry, version=2)
274+
273275
LOGGER.debug("Migration to version %s successful", version)
274276

275277
return True

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /