Skip to content

Instantly share code, notes, and snippets.

@dslowder
Created March 4, 2020 20:27
Show Gist options
  • Save dslowder/335b186dfefe21308245ed0b7a1e7dc3 to your computer and use it in GitHub Desktop.
Save dslowder/335b186dfefe21308245ed0b7a1e7dc3 to your computer and use it in GitHub Desktop.
cards:
- cards:
- color_thresholds:
- color: '#db0000'
value: 90
- color: '#008427'
value: 60
- color: '#0554ff'
value: 0
entities:
- entity: sensor.dark_sky_temperature
line_color: '#24722b'
line_width: 3
name: Outside
type: 'custom:mini-graph-card'
type: horizontal-stack
- cards:
- entities:
- entity: sensor.1st_floor_temperature
line_color: '#2980b9'
line_width: 6
name: 1st Floor
type: 'custom:mini-graph-card'
- entities:
- entity: sensor.2nd_floor_temperature
line_width: 6
name: 2nd Floor
type: 'custom:mini-graph-card'
- entities:
- entity: sensor.3rd_floor_temperature
line_color: '#b93829'
line_width: 6
name: 3rd Floor
type: 'custom:mini-graph-card'
type: horizontal-stack
type: vertical-stack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment