mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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 .browse_media import browse_node, browse_top_level
|
||||||
from .const import DATA_INFO, DATA_VOLUMIO, DOMAIN
|
from .const import DATA_INFO, DATA_VOLUMIO, DOMAIN
|
||||||
|
|
||||||
_CONFIGURING = {}
|
|
||||||
|
|
||||||
SUPPORT_VOLUMIO = (
|
SUPPORT_VOLUMIO = (
|
||||||
SUPPORT_PAUSE
|
SUPPORT_PAUSE
|
||||||
| SUPPORT_VOLUME_SET
|
| SUPPORT_VOLUME_SET
|
||||||
|
3
mypy.ini
3
mypy.ini
@ -1661,9 +1661,6 @@ ignore_errors = true
|
|||||||
[mypy-homeassistant.components.vizio.*]
|
[mypy-homeassistant.components.vizio.*]
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
|
|
||||||
[mypy-homeassistant.components.volumio.*]
|
|
||||||
ignore_errors = true
|
|
||||||
|
|
||||||
[mypy-homeassistant.components.wemo.*]
|
[mypy-homeassistant.components.wemo.*]
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
|
|
||||||
|
@ -146,7 +146,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
|||||||
"homeassistant.components.vera.*",
|
"homeassistant.components.vera.*",
|
||||||
"homeassistant.components.verisure.*",
|
"homeassistant.components.verisure.*",
|
||||||
"homeassistant.components.vizio.*",
|
"homeassistant.components.vizio.*",
|
||||||
"homeassistant.components.volumio.*",
|
|
||||||
"homeassistant.components.wemo.*",
|
"homeassistant.components.wemo.*",
|
||||||
"homeassistant.components.wink.*",
|
"homeassistant.components.wink.*",
|
||||||
"homeassistant.components.withings.*",
|
"homeassistant.components.withings.*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user