Install
openclaw skills install xiaomi-home-assistant-skill小米智能家居与 Home Assistant 集成技能,提供设备监控和即时智能建议。所有数据处理在内存中完成,不持久化敏感信息。支持小米灯具、加湿器、传感器、小爱音箱等设备的状态查询和异常告警。
openclaw skills install xiaomi-home-assistant-skill本技能提供安全的智能家居集成,专注于实时设备监控和即时建议:
read:files 和 network:http 权限exec:commands 和 write:files 权限config.json: Home Assistant 连接配置和自然语言命令映射homeassistant_auth.json: Home Assistant 认证令牌用户可以询问:
xiaomi-home-assistant-skill/
├── SKILL.md (本文件)
├── manifest.json
├── config.json (配置模板)
├── homeassistant_auth.json (认证模板)
├── README.md
└── handlers/
├── monitoring.py
├── natural_commands.py
└── environment.py