{"id":26767738,"url":"https://github.com/wisedeer2022/ha_wisecloud_home","last_synced_at":"2026-04-27T21:31:50.550Z","repository":{"id":282997323,"uuid":"950348884","full_name":"wisedeer2022/ha_wisecloud_home","owner":"wisedeer2022","description":"Wisecloud Home Integration for Home Assistant","archived":false,"fork":false,"pushed_at":"2025-10-23T06:38:52.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T08:39:23.162Z","etag":null,"topics":["custom-components","home-assistant","wisecloud-home"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wisedeer2022.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-18T02:52:50.000Z","updated_at":"2025-10-23T06:37:00.000Z","dependencies_parsed_at":"2025-04-17T02:32:16.377Z","dependency_job_id":"205956dc-8e8a-4d0f-bd29-505ed47440cf","html_url":"https://github.com/wisedeer2022/ha_wisecloud_home","commit_stats":null,"previous_names":["wisedeer2022/ha_wisecloud_home"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/wisedeer2022/ha_wisecloud_home","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisedeer2022%2Fha_wisecloud_home","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisedeer2022%2Fha_wisecloud_home/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisedeer2022%2Fha_wisecloud_home/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisedeer2022%2Fha_wisecloud_home/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisedeer2022","download_url":"https://codeload.github.com/wisedeer2022/ha_wisecloud_home/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisedeer2022%2Fha_wisecloud_home/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32356598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom-components","home-assistant","wisecloud-home"],"created_at":"2025-03-28T21:17:22.450Z","updated_at":"2026-04-27T21:31:50.545Z","avatar_url":"https://github.com/wisedeer2022.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 云鹿智能门 Home Assistant 集成说明\n\n云鹿智能门集成是一个专为 Home Assistant 打造的组件，借助此集成，您能够在 Home Assistant 生态系统内便捷操控云鹿智能门设备，极大提升智能家居的联动体验。\n\n## 安装\n\n### Home Assistant 版本要求：\n\nCore ≥ 2024.4.4\n\nOperating System ≥ 13.0\n\n### 方法 1：使用 git clone 命令从 GitHub 下载\n\n进入 Home Assistant 配置目录：\n\n\n\n```\ncd config\n```\n\n克隆云鹿智能门集成仓库：\n\n\n\n```\ngit clone https://github.com/wisedeer2022/ha_wisecloud_home.git\n```\n\n进入克隆后的目录并执行安装脚本：\n\n\n\n```\ncd ha_wisecloud_home\n\nsh ./install.sh /config\n```\n完成后重启HA，可在Home Assistant平台中“开发者工具 -\u003e YAML配置 -\u003e 重新启动”操作。\n\n此方法推荐使用，如需更新至特定版本，切换至相应的 Tag 即可。例如，更新至 v2.0.0 版本：\n\n\n\n```\ncd config/ha_wisecloud_home\n\ngit fetch\n\ngit checkout v2.0.0\n\nsh ./install.sh /config\n```\n完成后重启HA，可在Home Assistant平台中“开发者工具 -\u003e YAML配置 -\u003e 重新启动”操作。\n\n### 方法 2: HACS\n\n打开 HACS，点击右上角三个点。\n\n选择 “Custom repositories”。\n\n在 “Repository” 处填写：[https://github.com/wisedeer2022/ha_wisecloud_home.git](https://github.com/wisedeer2022/ha_wisecloud_home.git) ，“Category or Type” 选择：Integration ，然后点击 “ADD”。\n\n点击 HACS 的 “New” 或 “Available for download” 分类下的 “Wisecloud Home”，进入集成详情页，点击 “DOWNLOAD”。\n\n目前云鹿智能门集成暂未添加到 HACS 商店，敬请关注后续更新。\n\n### 方法 3：通过 Samba 或 FTPS 手动安装\n\n下载 custom\\_components/wisecloud\\_home 文件夹。\n\n将下载的文件夹复制到 Home Assistant 的 config/custom\\_components 文件夹下。\n\n## 配置\n\n**登录**：\n\n进入 Home Assistant 设置 \u003e 设备与服务 \u003e 添加集成。\n\n**搜索与添加**：\n\n搜索 “Wisecloud Home”，点击下一步。\n\n**账户登录**：\n\n点击相应登录提示，使用云鹿智能门关联的账号登录。\n\n登录成功后，您就可以在 Home Assistant 中对云鹿智能门进行各种设置与自动化联动，畅享智能门带来的便捷与安全。\n\n[![Open your Home Assistant instance and start setting up a new integration.](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start/?domain=wisecloud_home)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisedeer2022%2Fha_wisecloud_home","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisedeer2022%2Fha_wisecloud_home","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisedeer2022%2Fha_wisecloud_home/lists"}