|
发表于 2019-3-4 21:39:10
|
显示全部楼层
- type: picture-elements
image: /local/device/m1.jpg
elements:
- type: custom:hui-glance-card
show_state: true
columns: 4
entities:
- entity: sensor.m1_temperature
- entity: sensor.m1_humidity
- entity: sensor.m1_pm25
- entity: sensor.m1_hcho
style:
left: 50%
top: 50%
width: 100%
--paper-card-background-color: rgba(0, 0, 0, 0.4)
--paper-item-icon-color: white
--primary-text-color: white
border-radius: 5px
color: rgb(0, 0, 0)
注意缩进,背景图片是从网上找的,不需要引用额外的js
|
|