Results 16 issues of Alone

# Describe the proposed change Automatic integrate Xiaomi devices to via miot-spec, support Wi-Fi, BLE, ZigBee devices. ## The link [Xiaomi Miot](https://github.com/al-one/hass-xiaomi-miot) ## The annoying "I agree" thing **PRO TIP!**...

本插件自[v0.4.8](https://github.com/al-one/hass-xiaomi-miot/commit/952e4f7bd04cc6d75fb96026a4aff45c8ffce3ff)开始支持自动获取万能遥控器或支持红外遥控的小爱音箱生成的红外子设备,并生成select实体。 [button-card](https://github.com/custom-cards/button-card)是一款非常强大且优秀的自定义卡片,这篇文章介绍下如何使用button-card将红外设备的按键显示为一个个按钮。 - ### 首先通过[HACS](https://github.com/hacs-china)安装`button-card`: - ### 安装后刷新HA网页,最好清除一下浏览器缓存。找到 `⚙ 编辑仪表盘` > `原始配置编辑器`: - ### 加入下面的代码(`button-card`模板),并保存: ```yaml button_card_templates: select_option_btn: name: | [[[ return variables.option ]]] tap_action: action: call-service service: select.select_option service_data:...

FAQ

插件v0.6版本新增了获取小爱音箱对话记录的实体,该实体可以实现通过小爱直接控制HA中的设备。 以下是一个自动化示例: ```yaml alias: 小爱对话自动化 description: 关键词匹配和小爱对话内容并操作对应的设备 mode: single trigger: - platform: state entity_id: sensor.xiaomi_x08c_xxxx_conversation # 小爱对话实体ID condition: - condition: template value_template: | {{ (trigger.to_state|default(0)) and as_timestamp(now()) - as_timestamp(trigger.to_state.attributes.timestamp) <...

FAQ

自[`v0.6.5`](https://github.com/al-one/hass-xiaomi-miot/releases/tag/v0.6.5)版本开始,本插件支持通过UI管理自定义选项(自定义属性),具体步骤如下: 1. **再次添加[`Xiaomi Miot Auto`](https://my.home-assistant.io/redirect/config_flow_start/?domain=xiaomi_miot)集成**,或[点击这里](https://my.home-assistant.io/redirect/config_flow_start/?domain=xiaomi_miot) 2. `Customizing entity (自定义实体)` - 选择实体类型 - 选择要自定义的实体 3. `Customizing device (自定义设备)` - 选择要自定义的设备型号 - 指定设备型号支持通配符如:`brand.device.*` `*.device.*` 4. 重复以上步骤就可自定义其他实体或设备 5. 通过UI自定义的选项会覆盖`customize.yaml`和`configuration.yaml`中的自定义 6. 如果想删除(恢复默认)某个自定义选项,请在输入框输入一个空格 ------ https://user-images.githubusercontent.com/4549099/211185592-79daa90d-c5cb-4c9e-829c-12a52fa3eaf0.mp4...

FAQ

如果你在使用本插件接入米家设备时遇到无法登录小米账号,或者登录成功后没有出现筛选的设备和实体,请通过下面的方法排查: - 登录失败时错误信息会直接显示在配置弹框; - 登录成功但没有实体或实体不可用,请先找到相关的报错日志: - 点开HA左侧菜单下方的[`配置`](https://my.home-assistant.io/redirect/config) - 进入[`系统 > 日志`](https://my.home-assistant.io/redirect/logs) - 在上方搜索框输入`miot` - 逐条点开并查看日志详情 - 关键信息通常在日志详情最底部 ------ 检查报错信息/日志中是否有以下类似的内容: - `Failed to establish a new connection: [Errno -2] Name does...

FAQ

### This component supports Xiaomi cameras, but if you need to be able to play video streams in HA, the device needs to meet the following conditions: - [x] Service...

device: camera

- 👍 **[新手入门手把手教程1](https://mp.weixin.qq.com/s/1y_EV6xcg17r743aV-2eRw)** (感谢@来鸭大佬) - 👍 **[新手入门手把手教程2](https://bbs.iobroker.cn/t/topic/10831)** (感谢@萝卜大佬) - 📺 **[HACS安装插件视频教程](https://www.bilibili.com/video/BV17L411j73Y?t=62)** (感谢[@老明](https://space.bilibili.com/583175067)) - 📺 **[HACS安装插件及使用视频教程](https://www.bilibili.com/video/BV1hY4y1a7Gh?t=48)** (感谢[小帅同学Js](https://space.bilibili.com/230242045)) - 📺 **[手动安装插件视频教程](https://www.bilibili.com/video/BV1U541117jZ)** (感谢[小帅同学Js](https://space.bilibili.com/230242045)) - 📺 **[手动安装插件视频教程](https://www.bilibili.com/video/BV1EU4y1n7VR)** (感谢[@爱运动的数码君](https://space.bilibili.com/39480347)) - [支持哪些设备?是否支持XX型号?](https://github.com/al-one/hass-xiaomi-miot/issues/100#issuecomment-855183145) - [登录失败/没有实体等常见问题解决办法](https://github.com/al-one/hass-xiaomi-miot/issues/500) - [账号集成还是token集成?](https://github.com/al-one/hass-xiaomi-miot/issues/100#issuecomment-855183156)...

good first issue
FAQ

## Breaking change ## Proposed change Add `conversation_processed` event to facilitate processing of conversation result in automation etc. ## Type of change - [ ] Dependency upgrade - [ ]...

core
cla-signed
integration: conversation
small-pr
Quality Scale: internal

本插件最近适配了[Ainice三体场景传感器`ainice.sensor_occupy.3b`](https://home.miot-spec.com/s/ainice.sensor_occupy.3b),默认的更新频率为10秒,然而实际使用中,这个频率会产生挺大的延迟,这里有一种可以通过HA自动化实时触发的方法。 添加[自动化](https://my.home-assistant.io/redirect/automations/): ```yaml description: 三体传感器每秒更新 mode: queued max: 10 trigger: - platform: time_pattern seconds: /1 # 每秒执行一次 condition: [] action: - service: xiaomi_miot.get_properties data: entity_id: sensor.ainice_3b_xxxx_occupancy_sensor # 换成你的三体传感器实体ID mapping: -...

device: motion
FAQ

首先在这里感谢 @mac-zhou @blindlight86 @vividmuse 等各位大佬对美的美的设备协议和美居APP接口的不懈努力,此插件的只要功能即将美的设备的读写命令通过yaml转换为HA实体。美的设备的读写命令是通过字节(byte)数组传输的,因此适配美的设备需要一点编程基础。 > 当前阶段,本插件仅支持yaml配置,后续会支持通过UI集成 1. Yaml配置 ```yaml # configuration.yaml meiju: # 单个账号 username: 18866668888 # 美居APP账号 password: abcdefghijk # 美居APP密码 devices: # 设备列表 - device_id: 160123456789001 #...

FAQ