mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
parent
77f10a23b0
commit
d7e33429e3
@ -2,6 +2,7 @@
|
|||||||
"domain": "mvglive",
|
"domain": "mvglive",
|
||||||
"name": "MVG",
|
"name": "MVG",
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
|
"disabled": "This integration is disabled because it uses non-open source code to operate.",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/mvglive",
|
"documentation": "https://www.home-assistant.io/integrations/mvglive",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["MVGLive"],
|
"loggers": ["MVGLive"],
|
||||||
|
5
homeassistant/components/mvglive/ruff.toml
Normal file
5
homeassistant/components/mvglive/ruff.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
extend = "../../../pyproject.toml"
|
||||||
|
|
||||||
|
lint.extend-ignore = [
|
||||||
|
"F821"
|
||||||
|
]
|
@ -1,5 +1,6 @@
|
|||||||
"""Support for departure information for public transport in Munich."""
|
"""Support for departure information for public transport in Munich."""
|
||||||
|
|
||||||
|
# mypy: ignore-errors
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
|
@ -59,9 +59,6 @@ PyFronius==0.7.3
|
|||||||
# homeassistant.components.pyload
|
# homeassistant.components.pyload
|
||||||
PyLoadAPI==1.3.2
|
PyLoadAPI==1.3.2
|
||||||
|
|
||||||
# homeassistant.components.mvglive
|
|
||||||
PyMVGLive==1.1.4
|
|
||||||
|
|
||||||
# homeassistant.components.met_eireann
|
# homeassistant.components.met_eireann
|
||||||
PyMetEireann==2021.8.0
|
PyMetEireann==2021.8.0
|
||||||
|
|
||||||
|
@ -178,9 +178,6 @@ EXCEPTIONS = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TODO = {
|
TODO = {
|
||||||
"PyMVGLive": AwesomeVersion(
|
|
||||||
"1.1.4"
|
|
||||||
), # No license and archived https://github.com/pc-coholic/PyMVGLive
|
|
||||||
"aiocache": AwesomeVersion(
|
"aiocache": AwesomeVersion(
|
||||||
"0.12.2"
|
"0.12.2"
|
||||||
), # https://github.com/aio-libs/aiocache/blob/master/LICENSE all rights reserved?
|
), # https://github.com/aio-libs/aiocache/blob/master/LICENSE all rights reserved?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user