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",
"name": "MVG",
"codeowners": [],
"disabled": "This integration is disabled because it uses non-open source code to operate.",
"documentation": "https://www.home-assistant.io/integrations/mvglive",
"iot_class": "cloud_polling",
"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."""
# mypy: ignore-errors
from __future__ import annotations
from copy import deepcopy

View file

@ -59,9 +59,6 @@ PyFronius==0.7.3
# homeassistant.components.pyload
PyLoadAPI==1.3.2
# homeassistant.components.mvglive
PyMVGLive==1.1.4
# homeassistant.components.met_eireann
PyMetEireann==2021.8.0

View file

@ -178,9 +178,6 @@ EXCEPTIONS = {
}
TODO = {
"PyMVGLive": AwesomeVersion(
"1.1.4"
), # No license and archived https://github.com/pc-coholic/PyMVGLive
"aiocache": AwesomeVersion(
"0.12.2"
), # https://github.com/aio-libs/aiocache/blob/master/LICENSE all rights reserved?