Mahlzeit
ich möchte mir ein neues Dashboard für mein Tablet erstellen.
Ich dachte die zuletzt hinzugefügte Sektion/Abschnitt wird in der ersten Spalte angehängt?
Wird sie auch, aber auf Höhe der letzten Reihe - siehe Bild:
Und hier der Code:
views:
- title: Home
icon: mdi:tablet
type: sections
sections:
- type: grid
cards:
- type: heading
heading: Garage / AR
heading_style: title
icon: mdi:garage
- type: tile
entity: sensor.temp_abstellraum_temperature
name: Abstellraum
- type: tile
entity: sensor.temp_garage_temperature
name: Garage
- type: tile
entity: switch.heizung_ar_switch_0
name: Heizung AR
icon: mdi:heating-coil
layout_options:
grid_columns: full
- type: grid
cards:
- type: heading
heading: Brunnen
heading_style: title
icon: mdi:water-pump
- type: tile
entity: switch.brunnen_heizung
name: Heizung
icon: mdi:heating-coil
- type: tile
entity: sensor.brunnen_heizung_temperature
name: Temperatur
- type: grid
cards:
- type: heading
heading_style: title
heading: Pool
icon: mdi:pool
- type: tile
entity: input_boolean.poolmaster
- type: tile
entity: switch.poolpumpe
- type: tile
entity: switch.solarpumpe_switch_0
- type: tile
entity: switch.roboter
- type: tile
entity: switch.hm_lc_sw4_dr_2_oeq0614832_state_ch3
- type: grid
cards:
- type: heading
heading: Wetter
heading_style: title
- type: weather-forecast
entity: weather.forecast_wordern_2
forecast_type: daily
max_columns: 4
subview: true
cards: []
Hab ich da etwas übersehen? Oder ist das im Moment so?
Danke
Helmut