Disable Dovado integration (#121871)

This commit is contained in:
Joost Lekkerkerker 2024-07-15 10:22:01 +02:00 committed by GitHub
parent 99f01ac61e
commit c6a0c20c64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 7 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -191,9 +191,6 @@ TODO = {
"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