mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Disable concord232 integration (#121974)
* Disable concord232 integration * Fix
This commit is contained in:
parent
e9d4c03300
commit
026538b6dc
@ -1,11 +1,12 @@
|
|||||||
"""Support for Concord232 alarm control panels."""
|
"""Support for Concord232 alarm control panels."""
|
||||||
|
|
||||||
|
# mypy: ignore-errors
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from concord232 import client as concord232_client
|
# from concord232 import client as concord232_client
|
||||||
import requests
|
import requests
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
"""Support for exposing Concord232 elements as sensors."""
|
"""Support for exposing Concord232 elements as sensors."""
|
||||||
|
|
||||||
|
# mypy: ignore-errors
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from concord232 import client as concord232_client
|
# from concord232 import client as concord232_client
|
||||||
import requests
|
import requests
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"domain": "concord232",
|
"domain": "concord232",
|
||||||
"name": "Concord232",
|
"name": "Concord232",
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
|
"disabled": "This integration is disabled because it uses non-open source code to operate.",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/concord232",
|
"documentation": "https://www.home-assistant.io/integrations/concord232",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["concord232", "stevedore"],
|
"loggers": ["concord232", "stevedore"],
|
||||||
|
5
homeassistant/components/concord232/ruff.toml
Normal file
5
homeassistant/components/concord232/ruff.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
extend = "../../../pyproject.toml"
|
||||||
|
|
||||||
|
lint.extend-ignore = [
|
||||||
|
"F821"
|
||||||
|
]
|
@ -669,9 +669,6 @@ colorlog==6.8.2
|
|||||||
# homeassistant.components.color_extractor
|
# homeassistant.components.color_extractor
|
||||||
colorthief==0.2.1
|
colorthief==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.concord232
|
|
||||||
concord232==0.15
|
|
||||||
|
|
||||||
# homeassistant.components.upc_connect
|
# homeassistant.components.upc_connect
|
||||||
connect-box==0.3.1
|
connect-box==0.3.1
|
||||||
|
|
||||||
|
@ -186,9 +186,6 @@ TODO = {
|
|||||||
"asterisk_mbox": AwesomeVersion(
|
"asterisk_mbox": AwesomeVersion(
|
||||||
"0.5.0"
|
"0.5.0"
|
||||||
), # No license, integration is deprecated and scheduled for removal in 2024.9.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(
|
"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…
x
Reference in New Issue
Block a user