Moin Leute, ich bin Anfänger im Bereich Hass und YAML.
Nun folgendes Problem:
Ich möchte in diesem Swipe Raster eine kleinere Anzeige haben oder zumindest keine Quadrate.
Mit dem Befehl squares: false funzt das irgendwie nicht bzw bekomme ich das nicht hin.
Könnt ihr mir da bitte helfen. Mfg Tobias
type: custom:swipe-card
parameters:
speed: 550
spaceBetween: 40
threshold: 5
effect: coverflow
cards:
- type: grid
layout:
grid-area: pos
cards:
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_balkon_temperatur
name: Balkon
size: 10%
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_kuhlschrank_temperatur
name: Kühlschrank
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_kuche_temperatur
name: Küche
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.meter_pro_wz_temperatur
name: Wohnzimmer
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_schlafzimmer_temperatur
name: Schlafzimmer
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hue_motion_flur_1_temperatur
name: Flur
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_plus_isabell_temperatur
name: Isabells Zimmer
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_plus_jonas_temperatur
name: Jonas Zimmer
columns: 2
- type: grid
cards:
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_balkon_luftfeuchtigkeit
name: Balkon
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_kuhlschrank_luftfeuchtigkeit
name: Kühlschrank
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_kuche_luftfeuchtigkeit
name: Küche
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.meter_pro_wz_luftfeuchtigkeit
name: Wohnzimmer
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_schlafzimmer_luftfeuchtigkeit
name: Schlafzimmer
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hue_motion_flur_1_beleuchtungsstarke
name: Flur
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_plus_isabell_luftfeuchtigkeit
name: Isabells Zimmer
- show_name: true
show_icon: true
type: entity
tap_action:
action: more-info
entity: sensor.hygro_plus_jonas_luftfeuchtigkeit
name: Jonas Zimmer
columns: 2