Skip to content

Commit

Permalink
Disable Dovado integration (home-assistant#121871)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Jul 15, 2024
1 parent 99f01ac commit c6a0c20
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion homeassistant/components/dovado/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""Support for Dovado router."""

# mypy: ignore-errors
from datetime import timedelta
import logging

import dovado
# import dovado
import voluptuous as vol

from homeassistant.const import (
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/dovado/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"domain": "dovado",
"name": "Dovado",
"codeowners": [],
"disabled": "This integration is disabled because it uses non-open source code to operate.",
"documentation": "https://www.home-assistant.io/integrations/dovado",
"iot_class": "local_polling",
"requirements": ["dovado==0.4.1"]
Expand Down
5 changes: 5 additions & 0 deletions homeassistant/components/dovado/ruff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
extend = "../../../pyproject.toml"

lint.extend-ignore = [
"F821"
]
3 changes: 0 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -749,9 +749,6 @@ discogs-client==2.3.0
# homeassistant.components.steamist
discovery30303==0.3.2

# homeassistant.components.dovado
dovado==0.4.1

# homeassistant.components.dremel_3d_printer
dremel3dpy==2.1.1

Expand Down
3 changes: 0 additions & 3 deletions script/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"concord232": AwesomeVersion(
"0.15"
), # 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(
"0.3.0"
), # No license https://github.com/kk7ds/mficlient/issues/4
Expand Down

0 comments on commit c6a0c20

Please sign in to comment.