2024年11月22日星期五 上午8:01:39

Aqara developer IOT integration

1 年 前
#20564 引用
Aqara developer IOT integration

An integration of home-assistant which supports Aqara IoT Cloud.

https://github.com/aqara/home-assistant


https://github.com/niceboygithub/AqaraBridge

Replace Post request "Aqara Home" app on HomeAssistant
https://github.com/sdavides/AqaraPOST-Homeassistant

https://github.com/meishild/AqaraBridge


0
1 年 前
#20572 引用

manifest.json


{
    "domain": "aqara_bridge",
    "name": "Aqara Bridge",
    "config_flow": true,
    "iot_class": "cloud_polling",
    "documentation": "",
    "issue_tracker": "",
    "requirements": ["rocketmq"],
    "dependencies": [],
    "codeowners": ["@angeljanne"],
    "version": "v0.1.0"
  }



/home/homeassistant20221103/.homeassistant/custom_components/aqara_bridge
0
1 年 前
#20573 引用
aiot_cloud.py



API_DOMAIN = {
    "CN": "open-cn.aqara.com",
    "USA": "open-usa.aqara.com",
    "KR": "open-kr.aqara.com",
    "RU": "open-ru.aqara.com",
    "GER": "open-ger.aqara.com",
}

0
1 年 前
#20574 引用
1
0
1 年 前
#20575 引用
1
0
1 年 前
#20576 引用
Add Aqara Bridge integration
0