Disable Dovado integration (#121871)
This commit is contained in:
parent
99f01ac61e
commit
c6a0c20c64
5 changed files with 8 additions and 7 deletions
|
@ -1,9 +1,10 @@
|
||||||
"""Support for Dovado router."""
|
"""Support for Dovado router."""
|
||||||
|
|
||||||
|
# mypy: ignore-errors
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
import dovado
|
# import dovado
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"domain": "dovado",
|
"domain": "dovado",
|
||||||
"name": "Dovado",
|
"name": "Dovado",
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
|
"disabled": "This integration is disabled because it uses non-open source code to operate.",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/dovado",
|
"documentation": "https://www.home-assistant.io/integrations/dovado",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["dovado==0.4.1"]
|
"requirements": ["dovado==0.4.1"]
|
||||||
|
|
5
homeassistant/components/dovado/ruff.toml
Normal file
5
homeassistant/components/dovado/ruff.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
extend = "../../../pyproject.toml"
|
||||||
|
|
||||||
|
lint.extend-ignore = [
|
||||||
|
"F821"
|
||||||
|
]
|
|
@ -749,9 +749,6 @@ discogs-client==2.3.0
|
||||||
# homeassistant.components.steamist
|
# homeassistant.components.steamist
|
||||||
discovery30303==0.3.2
|
discovery30303==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.dovado
|
|
||||||
dovado==0.4.1
|
|
||||||
|
|
||||||
# homeassistant.components.dremel_3d_printer
|
# homeassistant.components.dremel_3d_printer
|
||||||
dremel3dpy==2.1.1
|
dremel3dpy==2.1.1
|
||||||
|
|
||||||
|
|
|
@ -191,9 +191,6 @@ TODO = {
|
||||||
"concord232": AwesomeVersion(
|
"concord232": AwesomeVersion(
|
||||||
"0.15"
|
"0.15"
|
||||||
), # No license https://github.com/JasonCarter80/concord232/issues/19
|
), # No license https://github.com/JasonCarter80/concord232/issues/19
|
||||||
"dovado": AwesomeVersion(
|
|
||||||
"0.4.1"
|
|
||||||
), # No license https://github.com/molobrakos/dovado/issues/4
|
|
||||||
"mficlient": AwesomeVersion(
|
"mficlient": AwesomeVersion(
|
||||||
"0.3.0"
|
"0.3.0"
|
||||||
), # No license https://github.com/kk7ds/mficlient/issues/4
|
), # No license https://github.com/kk7ds/mficlient/issues/4
|
||||||
|
|
Loading…
Add table
Reference in a new issue