- type: custom:mini-graph-card
entities:
- entity: sensor.lumi_weather_v1_a058_temperature_humidity_sensor
name: 温度
color: var(--green-color)
- entity: sensor.lumi_weather_v1_a058_relative_humidity
name: 湿度
color: var(--blue-color)
y_axis: secondary
hours_to_show: 24
line_width: 3
font_size: 50
animate: true
show:
name: false
icon: false
state: false
legend: false
fill: fade
card_mod: null
style:
left: 15%
top: 85%
width: 28%
height: 17%
background: transparent;
box-shadow: none;
border: none;
|