parent
77f10a23b0
commit
d7e33429e3
5 changed files with 7 additions and 6 deletions
|
@ -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"],
|
||||
|
|
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."""
|
||||
|
||||
# mypy: ignore-errors
|
||||
from __future__ import annotations
|
||||
|
||||
from copy import deepcopy
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue