Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaonianzhentan/password
在HomeAssistant中管理我的密码
https://github.com/shaonianzhentan/password
Last synced: 13 days ago
JSON representation
在HomeAssistant中管理我的密码
- Host: GitHub
- URL: https://github.com/shaonianzhentan/password
- Owner: shaonianzhentan
- License: mit
- Created: 2022-05-09T11:38:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T03:19:28.000Z (3 months ago)
- Last Synced: 2024-10-03T20:41:30.713Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PASSWORD
在HomeAssistant中管理我的密码
[![hacs_badge](https://img.shields.io/badge/Home-Assistant-%23049cdb)](https://www.home-assistant.io/)
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/hacs/integration)
![visit](https://visitor-badge.laobi.icu/badge?page_id=shaonianzhentan.password&left_text=visit)## 使用方式
安装完成重启HA,刷新一下页面,在集成里搜索`我的密码`即可
[![Add Integration](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start?domain=password)
## 注意事项
- 本程序采用`3DES数据加密算法`,以当前HomeAssistant的UUID为`初始化向量IV`,当HomeAssistant存储目录`.storage`丢失后,仅凭密码文件无法解密
- 请保存初始显示UUID,如果设备意外损坏,可通过`UUID、自定义密钥`这两个重要的关键信息解密
- 如果忘记`UUID、自定义密钥`,信息基本是找不回来了
- HomeAssistant里的存储文件位置`.storage/password.json`,请勿手动修改
## 引用项目
- https://github.com/material-components/material-web