Create ac_dashboard_card

This commit is contained in:
hxcde 2022-08-03 15:22:32 +02:00 committed by GitHub
parent 35c41bf560
commit a3aee48185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
ac_dashboard_card Normal file
View File

@ -0,0 +1,25 @@
type: custom:layout-card
layout_type: custom:masonry-layout
cards:
- type: custom:mushroom-title-card
title: Klimaanlage
alignment: center
- type: horizontal-stack
cards:
- type: vertical-stack
cards:
- type: custom:mushroom-entity-card
entity: sensor.klimaanlage_sensor_humidity
layout: vertical
name: Feuchtigkeit
fill_container: false
icon_color: cyan
- type: custom:mushroom-entity-card
entity: sensor.klimaanlage_sensor_temperature
layout: vertical
name: Temperatur
- type: thermostat
entity: climate.klimaanlage
layout:
width: 270
max_cols: 1