30 lines
831 B
YAML
30 lines
831 B
YAML
|
path: tiles
|
||
|
title: Tile Test
|
||
|
panel: true
|
||
|
cards:
|
||
|
- type: 'custom:layout-card'
|
||
|
layout: auto
|
||
|
# min_height: <min_height>
|
||
|
# min_columns: 2
|
||
|
# max_columns: 20
|
||
|
# column_width: 50px
|
||
|
# max_width:
|
||
|
# min_width: 50px
|
||
|
flex_grow: 5
|
||
|
# gridcols: <grid-cols>
|
||
|
# gridrows: <grid-rows>
|
||
|
justify_content: flex-start
|
||
|
cards:
|
||
|
- type: 'custom:button-card' #
|
||
|
entity: sensor.outside_temperature #
|
||
|
name: Outside #
|
||
|
label: 238 McHaley
|
||
|
template: large_value #
|
||
|
- type: 'custom:button-card' #
|
||
|
entity: sensor.inside_temperature #
|
||
|
name: Inside #
|
||
|
label: 238 McHaley
|
||
|
template: large_value #
|
||
|
- type: weather-forecast
|
||
|
entity: weather.praire_city_weather
|