Home Assistant 局域网文件共享密码设置教程
要设置局域网文件共享密码,可以按照以下步骤操作:
- 打开 Home Assistant 配置文件 (configuration.yaml)。
- 添加以下配置:
samba:
username: 'your_username'
password: 'your_password'
- 将 'your_username' 替换为您想要用作共享用户名的名称。
- 将 'your_password' 替换为您想要用作共享密码的密码。
- 保存文件并重新启动 Home Assistant。
现在,您应该能够访问 Home Assistant 上的共享文件,并使用您所设置的用户名和密码进行身份验证。
原文地址: https://www.cveoy.top/t/topic/nSem 著作权归作者所有。请勿转载和采集!