mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +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."""
|
||||
|
||||
# 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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"],
|
||||
|
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
|
||||
colorthief==0.2.1
|
||||
|
||||
# homeassistant.components.concord232
|
||||
concord232==0.15
|
||||
|
||||
# homeassistant.components.upc_connect
|
||||
connect-box==0.3.1
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user