Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:mini-graph-card
- name: Outside Autumn Glen
- icon: mdi:weather-partly-cloudy
- entities:
- - entity: sensor.autumn_glen_outside_temperature
- name: Temperature
- color: "#FF5733"
- - entity: sensor.autumn_glen_humidity
- name: Humidity
- color: "#3399FF"
- hours_to_show: 24
- show:
- extrema: true
- labels: true
- color_thresholds:
- - value: 32
- color: "#0000FF"
- - value: 50
- color: "#00FFFF"
- - value: 70
- color: "#00FF00"
- - value: 85
- color: "#FF0000"
- card_mod:
- style:
- ha-card:
- position: relative
- padding-bottom: 30px
- .: |
- div.header::after {
- content: "Updated {{ ((now() - states.sensor.autumn_glen_outside_temperature.last_changed).total_seconds() / 60) | int }} min ago";
- display: block;
- font-size: 12px;
- color: var(--secondary-text-color);
- margin-top: 4px;
- }
- .weather-icon:
- position: absolute
- top: 10px
- right: 10px
- width: 48px
- height: 48px
- ha-icon:
- width: 48px
- height: 48px
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement