# smart_voice_platform **Repository Path**: huang_yong_tao/smart_voice_platform ## Basic Information - **Project Name**: smart_voice_platform - **Description**: 小度小爱天猫接入HA插件 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-08 - **Last Updated**: 2021-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # smart_voice_platform #### 介绍 小度小爱天猫接入HA插件 #### 软件架构 软件架构说明 #### 安装教程 1. 进入HA插件目录: 2. custom_components 3. 克隆插件:git clone https://gitee.com/huang_yong_tao/smart_voice_platform.git #### 使用说明 配置文件: 语音平台获取所有支持设备: multi_platform_vioce: username: xxxx password: xxxx 语音平台获取指定设备: multi_platform_vioce: username: XXXX password: XXXX select_all: false devices: - entity_id: light.sw3 friendly_name: 办公吊灯 - entity_id: light.sw1 friendly_name: 办公射灯 - entity_id: climate.study friendly_name: 客厅空调 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request