8月16日凌晨更新:
要实现以上效果,在customize里加入,该替换的参数自己替换:
switch.bathroom_sonoff_pow:
friendly_name: 热水器电源
custom_ui_state_card: custom-ui
extra_badge:
entity_id: sensor.bathroom_sonoff_pow_power
extra_data_template: >
return "电压:" + entities["sensor.bathroom_sonoff_pow_voltage"].state + "V"
感谢@ABC @EabeyTong
==============================我是分割线================================
啥都不说,先上图,像左边显示后,右边的电量栏就完全不需要了,节省大部分空间:
看到A总这样显示挺清爽,自己也搞了一下,不敢独享,大家同乐!
方法如下:
1、首先去e总的 [教程] Customze-UI 新的分组UI,让你的分组更直观(更新自动化安装) 下载附件Customze-UI.zip,解压后将其中的custom_ui文件夹传到homeassistant配置目录下的www目录中,如果没这个目录,请自行建立;
2、在customize里你想改entity下,添加以下内容:
binary_sensor.motion_sensor_xxxxx:
friendly_name: 你的名字
custom_ui_state_card: custom-ui
extra_data_template: 电量${attributes.battery_level}%
然后重启hass齐活!
|