Hallo zusammen,
ich benutze im Wallpalel die screensaver_entity: input_boolean.screensaver.
Im Screensaver kann ich auch mehrere Kacheln anzeigen lassen. Jedoch erscheinen diese nur untereinander.
Gibt es hier eine Möglichkeit - im Screensaver - mehrere horizontale Spalten für die Kacheln anzulegen?
hier mal mein Code:
wallpanel:
enabled: true
hide_toolbar: false
idle_time: 6
screensaver_entity: input_boolean.screensaver
image_url: /
views:
- title: Home
type: custom:grid-layout
sections:
- type: grid
cards:
- type: custom:clock-weather-card
entity: weather.forecast_home
sun_entity: sun.sun
temperature_sensor: sensor.0xa4c1381ad623ce88_temperature
weather_icon_type: line
forecast_rows: 5
locale: de
time_pattern: HH:mm
time_format: 24
date_pattern: cccc, d. MMM
hide_today_section: false
hide_forecast_section: true
hide_clock: false
hide_date: false
card_mod:
style: |
ha-card {
zoom: 150%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: custom:mushroom-entity-card
entity: sensor.0xa4c1381ad623ce88_temperature
icon_color: primary
name: Aussentemperatur
card_mod:
style: |
ha-card {
zoom: 170%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: grid
cards:
- type: custom:week-planner-card
calendars:
- entity: calendar.privat_privat
startingDay: today
startingDayOffset: 0
hideWeekend: false
days: '2'
locale: en
texts:
fullDay: ganzer Tag
noEvents: keine Einträge
today: Heute
tomorrow: Morgen
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: grid
cards:
- type: custom:mushroom-entity-card
entity: binary_sensor.bad_fenstersensor_contact
icon_color: red
name: Bad
fill_container: false
primary_info: name
secondary_info: state
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: custom:mushroom-light-card
entity: light.sofa
name: Sofa
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: custom:mushroom-entity-card
entity: binary_sensor.0xc4d8c8fffeafa269_contact
name: Haustür
icon_color: red
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
views:
- title: Home
sections:
- type: grid
cards:
- type: custom:clock-weather-card
entity: weather.forecast_home
sun_entity: sun.sun
temperature_sensor: sensor.0xa4c1381ad623ce88_temperature
weather_icon_type: line
forecast_rows: 5
locale: de
time_pattern: HH:mm
time_format: 24
date_pattern: cccc, d. MMM
hide_today_section: false
hide_forecast_section: true
hide_clock: false
hide_date: false
card_mod:
style: |
ha-card {
zoom: 150%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: custom:mushroom-entity-card
entity: sensor.0xa4c1381ad623ce88_temperature
icon_color: primary
name: Aussentemperatur
card_mod:
style: |
ha-card {
zoom: 170%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
grid_options:
columns: 12
rows: 2
- type: grid
cards:
- type: custom:week-planner-card
calendars:
- entity: calendar.privat_privat
startingDay: today
startingDayOffset: 0
hideWeekend: false
noCardBackground: false
compact: false
weather:
showCondition: true
showTemperature: false
showLowTemperature: false
useTwiceDaily: false
locale: en
showLocation: false
hidePastEvents: false
hideDaysWithoutEvents: false
hideTodayWithoutEvents: false
combineSimilarEvents: false
showLegend: false
days: '2'
texts:
fullDay: ganzer Tag
noEvents: keine Einträge
today: Heute
tomorrow: Morgen
eventBackground: rgba(1, 1, 1, 0.3);
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: grid
cards:
- type: custom:mushroom-entity-card
entity: binary_sensor.bad_fenstersensor_contact
icon_color: red
name: Bad
grid_options:
columns: 6
rows: 1
fill_container: false
primary_info: name
secondary_info: state
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: custom:mushroom-light-card
entity: light.sofa
name: Sofa
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: custom:mushroom-entity-card
entity: binary_sensor.0xc4d8c8fffeafa269_contact
name: Haustür
icon_color: red
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: custom:mushroom-light-card
entity: light.hue_color_lamp_4
name: Tisch
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: custom:mushroom-empty-card
- type: custom:mushroom-light-card
entity: light.garten
name: Garten
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: custom:mushroom-empty-card
- type: custom:mushroom-light-card
entity: light.luisa
name: Luisa
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: custom:mushroom-empty-card
- type: custom:mushroom-light-card
entity: light.0x2c1165fffec24a8a
name: Alex
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
- type: custom:mushroom-entity-card
entity: switch.0x0017880108e5fa1c
name: Baum
icon_color: green
- type: custom:mushroom-light-card
entity: light.davids_zimmer
name: David
card_mod:
style: |
ha-card {
zoom: 120%;
background-color: rgba(10, 10, 10, 0.5);
border: transparent;
}
header: {}
background:
opacity: 90
alignment: center
size: cover
repeat: repeat
attachment: fixed
image:
media_content_id: media-source://image_upload/7b85bac63f644b27cc11c053fe953add
media_content_type: image/jpeg
metadata:
title: IMG_4763.jpeg
thumbnail: /api/image/serve/7b85bac63f644b27cc11c053fe953add/256x256
media_class: image
navigateIds:
- {}
- media_content_type: app
media_content_id: media-source://image_upload
cards: []
type: sections
max_columns: 3
top_margin: true