Disable concord232 integration (#121974)

* Disable concord232 integration

* Fix
This commit is contained in:
Joost Lekkerkerker 2024-07-15 20:54:07 +02:00 committed by GitHub
parent e9d4c03300
commit 026538b6dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 10 additions and 8 deletions

View File

@ -1,11 +1,12 @@
"""Support for Concord232 alarm control panels."""
# mypy: ignore-errors
from __future__ import annotations
import datetime
import logging
from concord232 import client as concord232_client
# from concord232 import client as concord232_client
import requests
import voluptuous as vol

View File

@ -1,11 +1,12 @@
"""Support for exposing Concord232 elements as sensors."""
# mypy: ignore-errors
from __future__ import annotations
import datetime
import logging
from concord232 import client as concord232_client
# from concord232 import client as concord232_client
import requests
import voluptuous as vol

View File

@ -2,6 +2,7 @@
"domain": "concord232",
"name": "Concord232",
"codeowners": [],
"disabled": "This integration is disabled because it uses non-open source code to operate.",
"documentation": "https://www.home-assistant.io/integrations/concord232",
"iot_class": "local_polling",
"loggers": ["concord232", "stevedore"],

View File

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

View File

@ -669,9 +669,6 @@ colorlog==6.8.2
# homeassistant.components.color_extractor
colorthief==0.2.1
# homeassistant.components.concord232
concord232==0.15
# homeassistant.components.upc_connect
connect-box==0.3.1

View File

@ -186,9 +186,6 @@ TODO = {
"asterisk_mbox": AwesomeVersion(
"0.5.0"
), # No license, integration is deprecated and scheduled for removal in 2024.9.0
"concord232": AwesomeVersion(
"0.15"
), # No license https://github.com/JasonCarter80/concord232/issues/19
"mficlient": AwesomeVersion(
"0.3.0"
), # No license https://github.com/kk7ds/mficlient/issues/4