Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # card screenshot here: https://i.imgur.com/X8ZI2nY.png
- type: vertical-stack
- cards:
- - type: custom:mini-graph-card
- hours_to_show: 48
- animate: true
- group_by: hour
- lower_bound: 55
- upper_bound: 100
- color_thresholds:
- - value: 60
- color: '#00cc20'
- - value: 75
- color: '#ffff00'
- - value: 80
- color: '#ff9900'
- - value: 90
- color: '#ff0000'
- show:
- icon_adaptive_color: true
- extrema: true
- entities:
- - entity: sensor.jasper_warm_temperature
- state_adaptive_color: true
- name: Jasper Warm Temperature
- - entity: sensor.jasper_cool_temperature
- state_adaptive_color: true
- name: Jasper Cool Temperature
- - type: custom:mini-graph-card
- hours_to_show: 48
- animate: true
- group_by: hour
- lower_bound: 15
- upper_bound: 50
- color_thresholds:
- - value: 25
- color: '#ffff00'
- - value: 30
- color: '#ff9900'
- - value: 40
- color: '#00ff00'
- - value: 50
- color: '#00cc20'
- show:
- icon_adaptive_color: true
- extrema: true
- entities:
- - entity: sensor.jasper_warm_humidity
- state_adaptive_color: true
- name: Jasper Warm Humidity
- - entity: sensor.jasper_cool_humidity
- state_adaptive_color: true
- name: Jasper Cool Humidity
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement