Skip to content

Commit

Permalink
Re-enable concord232 (#124000)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored and frenck committed Aug 16, 2024
1 parent f5fd5e0 commit 04bf848
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
3 changes: 1 addition & 2 deletions homeassistant/components/concord232/alarm_control_panel.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
"""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

Expand Down
3 changes: 1 addition & 2 deletions homeassistant/components/concord232/binary_sensor.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
"""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

Expand Down
3 changes: 1 addition & 2 deletions homeassistant/components/concord232/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"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"],
"requirements": ["concord232==0.15"]
"requirements": ["concord232==0.15.1"]
}
5 changes: 0 additions & 5 deletions homeassistant/components/concord232/ruff.toml

This file was deleted.

3 changes: 3 additions & 0 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,9 @@ colorlog==6.8.2
# homeassistant.components.color_extractor
colorthief==0.2.1

# homeassistant.components.concord232
concord232==0.15.1

# homeassistant.components.upc_connect
connect-box==0.3.1

Expand Down

0 comments on commit 04bf848

Please sign in to comment.