Zum Inhalt springen
Alles Automatisch

Übersicht: Pflanzen

Dashboard-View 'Pflanzen' mit 14 Karten. Teil des Haupt-Dashboards.

Themen:DashboardÜbersicht

Aktualisiert: 15. März 2026

Was brauchst du dafür?

Geräte
  • Sensor
Übersicht: Pflanzen
# Entity-IDs sind anonymisiert. Ersetze sie durch deine eigenen.
# Beispiel: light.dein_wohnzimmer_licht -> light.wohnzimmer_deckenlampe
title: Pflanzen
type: sections
path: plants
max_columns: 3
theme: Catppuccin Latte
sections:
- type: grid
  cards:
  - type: heading
    heading_style: title
    icon: ''
  - type: vertical-stack
    cards:
    - square: false
      type: grid
      cards:
      - show_current: true
        show_forecast: true
        type: weather-forecast
        entity: weather.pirateweather
        forecast_type: daily
        secondary_info_attribute: wind_speed
      columns: 1
  column_span: 1
- type: grid
  cards:
  - type: heading
    heading: Büro
    heading_style: title
    icon: mdi:chair-rolling
  - type: custom:flower-card
    entity: plant.monstera_buro_2
    battery_sensor: sensor.feuchtigkeitssensor_buro_sideboard_battery
    show_bars:
    - moisture
    - temperature
    - humidity
    display_type: full
  - type: custom:flower-card
    entity: plant.yucca_palme_buro
    battery_sensor: sensor.feuchtigkeitssensor_buro_fensterbank_battery
    show_bars:
    - moisture
    - temperature
    - humidity
    display_type: full
  - type: heading
    heading: Wohnzimmer
    heading_style: title
    icon: mdi:sofa-outline
  - type: custom:flower-card
    entity: plant.monstera
    battery_sensor: sensor.feuchtigkeitssensor_monstera_battery
    show_bars:
    - moisture
    - temperature
    - humidity
    display_type: full
  - type: custom:flower-card
    entity: plant.monstera_regal
    battery_sensor: sensor.feuchtigkeitssensor_wohnzimmerregal_battery
    show_bars:
    - moisture
    - temperature
    - humidity
    display_type: full
- type: grid
  cards:
  - type: heading
    heading_style: title
    icon: mdi:paper-roll-outline
    heading: Gästebad
  - type: custom:flower-card
    entity: plant.pachira_aquatica
    battery_sensor: sensor.feuchtigkeitssensor_gastebad_battery
    show_bars:
    - moisture
    - temperature
    - humidity
    display_type: full
  - type: heading
    heading: Flur
    heading_style: title
    icon: mdi:image-frame
  - type: custom:flower-card
    entity: plant.monstera_flur
    battery_sensor: sensor.feuchtigkeitssensor_flur_battery
    show_bars:
    - moisture
    - temperature
    - humidity
    display_type: full
  - type: heading
    heading: Badezimmer
    heading_style: title
    icon: m3o:bathroom
  - type: custom:flower-card
    entity: plant.monstera_badezimmer
    battery_sensor: sensor.feuchtigkeitssensor_badezimmer_battery
    show_bars:
    - moisture
    - temperature
    - humidity
    display_type: full
cards: []
header:
  layout: start
  badges_position: bottom
  card:
    type: markdown
    text_only: true
    content: "{% set time = now().hour %}\n{% if time < 12 %}\n  # Guten Morgen, {{ user }}!\n{% elif time >= 12 and time\
      \ < 14 %}\n # Mahlzeit, {{ user }}! Zeit für {{ ['Pizza', 'Pasta', 'Curry', 'Burger', 'Salat'] | random }}!\n{% elif\
      \ time >= 14 and time < 20 %}\n # Grüß dich, {{ user }}!\n{% else %}\n # Guten Abend, {{ user }}!\n{% endif %}\n   \
      \   \n{% set temp = states('sensor.bewegungsmelder_temperatur') %}\n\n{% if temp | float < 10 %}\nEs ist ziemlich kühl\
      \ mit {{ temp }}°C. Zieh dich warm an!\n{% elif temp | float > 25 %}\nEs ist warm mit {{ temp }}°C. Perfektes\
      \ Wetter für draußen!\n{% else %}\nDie Temperatur beträgt angenehme {{ temp }}°C.\n{% endif %}"
badges: []
icon: m3o:potted-plant