Disable MVG integration (#121975)

Disable MVGLive integration
This commit is contained in:
Joost Lekkerkerker 2024-07-15 17:51:41 +02:00 committed by GitHub
parent 77f10a23b0
commit d7e33429e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 6 deletions

View File

@ -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"],

View File

@ -0,0 +1,5 @@
extend = "../../../pyproject.toml"
lint.extend-ignore = [
"F821"
]

View File

@ -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

View File

@ -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

View File

@ -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?