-
-
Notifications
You must be signed in to change notification settings - Fork 713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
空气净化器缺少提示音开关 #1028
Labels
Comments
al-one
added a commit
that referenced
this issue
Feb 18, 2023
已添加,请更新至master分支,或等待下个发布版。 |
经测试 此开关无效 手动在米家中打开提示音开关 状态中永久alarm: false |
请在开发者工具中执行此服务,并检查HA左侧边栏通知中的结果。 service: xiaomi_miot.send_command
data:
entity_id: fan.zhimi_v6_xxxx_entity_id
method: get_prop
params: [buzzer]
throw: true |
经检查无此服务/实体 |
实体改成你自己的呀。 |
当然修改了 就是没有这个实体 -。- |
截图 |
service: xiaomi_miot.send_command
data:
entity_id: fan.zhimi_v6_e18b_air_purifier
method: get_prop
params: [buzzer]
throw: true |
al-one
added a commit
that referenced
this issue
Feb 25, 2023
更新master分支后再试。 |
以正常使用 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Device model / 设备型号
zhimi.airpurifier.v6
Component version / 插件版本
0.7.5
HA core version / HA版本
2023.2.4
Integrated mode / 集成方式
Automatic (自动模式)
The problem / 问题详情
空气净化器缺少提示音开关
Entity attributes / 实体属性
Home Assistant Logs / 系统日志
2023-02-15 07:24:56.016 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration xiaomi_miot which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-02-15 07:25:28.857 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.chuangmi_212a01_fafa_electric_current (<class 'custom_components.xiaomi_miot.sensor.MiotSensorSubEntity'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('current') it is using; expected one of ['A', 'mA']; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
2023-02-15 07:25:28.865 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.chuangmi_212a01_fafa_voltage (<class 'custom_components.xiaomi_miot.sensor.MiotSensorSubEntity'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('voltage') it is using; expected one of ['mV', 'V']; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
The text was updated successfully, but these errors were encountered: