homeassistant attributes:将指定的属性从其他实体分解到传感器 源码
HomeAssistant组件: attributes attributes平台支持传感器,该传感器从其他实体中分解出指定的attribute 。 要在安装中启用attributes传感器,请将以下内容添加到configuration.yaml文件中: # Example configuration.yaml entry sensor : - platform : attributes friendly_name : " Batteries " attribute : battery_level device_class : battery entities : - sensor.myslipo_1_0 - sensor.myslipo_2_0 - sensor.myslipo_3_0 - sen
文件列表
homeassistant-attributes-master.zip
(预估有个9文件)
homeassistant-attributes-master
.github
workflows
release.yml
974B
validate.yaml
512B
custom_components
attributes
manifest.json
304B
sensor.py
11KB
__init__.py
33B
暂无评论