views: - title: Home type: custom:grid-layout layout: grid-template-columns: auto grid-auto-flow: column grid-template-rows: 200px 200px 200px grid-template-areas: | "a b c d e" "a f g h e" "i i i j j" cards: - type: markdown title: a content: a view_layout: grid-area: a grid-column: 1 grid-row: 1 / 3 - type: entity title: Temperatur Wohnzimmer entity: sensor.aquara_multisensor_wz_temperature view_layout: grid-area: b - type: custom:button-card label: Wohnzimmer color: rgb(44, 109, 214) entity: sensor.aquara_multisensor_wz_temperature show_state: true show_label: true styles: name: - font-size: 14px icon: - size: 20px name: Temp Wohnzimmer view_layout: grid-area: c - type: custom:mini-graph-card entities: - entity: sensor.aquara_multisensor_wz_temperature name: Temperatur show: name_adaptive_color - entity: sensor.aquara_multisensor_sz_temperature name: Feuchtigkeit show_state: true name: Wohnzimmer hours_to_show: 24h color_thresholds: - value: 22 color: "green" - value: 23 color: "red" - type: markdown title: e content: e view_layout: grid-area: e grid-column: 5 grid-row: 1 / 3 - type: markdown title: f content: f view_layout: grid-area: f - type: markdown title: g content: g view_layout: grid-area: g - type: markdown title: h content: h view_layout: grid-area: h - type: markdown title: i content: i view_layout: grid-area: i - type: markdown title: j content: j view_layout: grid-area: j