Activate mypy for LG webOS Smart TV (#53958)

This commit is contained in:
Milan Meulemans
2021-08-04 18:31:24 +02:00
committed by GitHub
parent 1f9331f9db
commit 3f6282eb7a
3 changed files with 1 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ class LgWebOSMediaPlayerEntity(MediaPlayerEntity):
self._paused = False
self._current_source = None
self._source_list = {}
self._source_list: dict = {}
async def async_added_to_hass(self):
"""Connect and subscribe to dispatcher signals and state updates."""

View File

@@ -1735,9 +1735,6 @@ ignore_errors = true
[mypy-homeassistant.components.volumio.*]
ignore_errors = true
[mypy-homeassistant.components.webostv.*]
ignore_errors = true
[mypy-homeassistant.components.wemo.*]
ignore_errors = true

View File

@@ -178,7 +178,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.verisure.*",
"homeassistant.components.vizio.*",
"homeassistant.components.volumio.*",
"homeassistant.components.webostv.*",
"homeassistant.components.wemo.*",
"homeassistant.components.wink.*",
"homeassistant.components.withings.*",