mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Activate mypy for volumio (#55054)
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
This commit is contained in:
parent
9078824556
commit
4ef376a971
@ -36,8 +36,6 @@ from homeassistant.util import Throttle
|
||||
from .browse_media import browse_node, browse_top_level
|
||||
from .const import DATA_INFO, DATA_VOLUMIO, DOMAIN
|
||||
|
||||
_CONFIGURING = {}
|
||||
|
||||
SUPPORT_VOLUMIO = (
|
||||
SUPPORT_PAUSE
|
||||
| SUPPORT_VOLUME_SET
|
||||
|
3
mypy.ini
3
mypy.ini
@ -1661,9 +1661,6 @@ ignore_errors = true
|
||||
[mypy-homeassistant.components.vizio.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.volumio.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.wemo.*]
|
||||
ignore_errors = true
|
||||
|
||||
|
@ -146,7 +146,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
||||
"homeassistant.components.vera.*",
|
||||
"homeassistant.components.verisure.*",
|
||||
"homeassistant.components.vizio.*",
|
||||
"homeassistant.components.volumio.*",
|
||||
"homeassistant.components.wemo.*",
|
||||
"homeassistant.components.wink.*",
|
||||
"homeassistant.components.withings.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user