Activate mypy for LG webOS Smart TV (#53958)
This commit is contained in:
parent
1f9331f9db
commit
3f6282eb7a
3 changed files with 1 additions and 5 deletions
|
@ -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."""
|
||||
|
|
3
mypy.ini
3
mypy.ini
|
@ -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
|
||||
|
||||
|
|
|
@ -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.*",
|
||||
|
|
Loading…
Add table
Reference in a new issue