https://github.com/actecelectronics/ha_actec_home
AcTEC Home Integration for Home Assistant
https://github.com/actecelectronics/ha_actec_home
actec actec-smart ha home-assistant home-assistant-integration iot smart-home
Last synced: 12 months ago
JSON representation
AcTEC Home Integration for Home Assistant
- Host: GitHub
- URL: https://github.com/actecelectronics/ha_actec_home
- Owner: AcTECElectronics
- Created: 2025-03-18T09:36:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-18T16:53:34.000Z (about 1 year ago)
- Last Synced: 2025-06-18T17:45:01.071Z (about 1 year ago)
- Topics: actec, actec-smart, ha, home-assistant, home-assistant-integration, iot, smart-home
- Language: Python
- Homepage: https://www.actec.com.cn
- Size: 49.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AcTEC
## 安装
1. 点击此按钮添加 [HACS](https://hacs.xyz/) 自定义存储库
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=AcTECElectronics&repository=ha_actec_home&category=integration)
2. 完成之后点击此按钮添加集成
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=actec)
## 调试
集成开启 debug 级日志的方法:
```yaml
# configuration.yaml 设置打印日志等级
logger:
default: warning
logs:
custom_components.actec: debug
```