We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
由于缩短轮询时间可能会造成设备负载过高,是否有action可以用于修改轮询时间,方便设定自动化让设备在作动时和闲置时设定不同的轮询时间,减少设备负担。
The text was updated successfully, but these errors were encountered:
interval_seconds
chunk_coordinators
# configuration.yaml xiaomi_miot: device_customizes: brand.device.model: # 设备型号 chunk_coordinators: - interval: 30 # 秒 props: on,mode - interval: 60 props: temperature,humidity
Sorry, something went wrong.
暂无动作(服务)可以修改轮训,也无计划支持 可通过自定义选项interval_seconds增加设备默认的轮询时长 再通过自动化更新指定的属性,参考 (Ainice三体场景传感器 ainice.sensor_occupy.3b 实时触发 #1558) v1版本支持通过自定义选项chunk_coordinators实现分组轮询 # configuration.yaml xiaomi_miot: device_customizes: brand.device.model: # 设备型号 chunk_coordinators: - interval: 30 # 秒 props: on,mode - interval: 60 props: temperature,humidity
请问大佬,v1版本怎么自定义不需要的实体?
No branches or pull requests
由于缩短轮询时间可能会造成设备负载过高,是否有action可以用于修改轮询时间,方便设定自动化让设备在作动时和闲置时设定不同的轮询时间,减少设备负担。
The text was updated successfully, but these errors were encountered: