Zum Inhalt springen
Alles Automatisch

Smartphone Dashboard

Kompaktes Mobile-Dashboard mit Mushroom Cards, Bubble Card Separatoren, Kamera-Feeds, Raumsteuerung, Solaranlage und Whirlpool. Optimiert für Einhand-Bedienung.

Themen:DashboardMobilMushroomBubble Card

Aktualisiert: 15. März 2026

Dashboard Aufbau

Home
10 Karten
Mushroom6template2action3Entity-KarteTrash CardBubble Card3Stack3Bild-Karte2Glance

Was brauchst du dafür?

Integrationen
  • Kamera-Integration
  • Jalousie/Rolladen-Integration
Geräte
  • Licht
  • Sensor
  • Jalousie/Rolladen
  • Kamera
Smartphone Dashboard
# Entity-IDs sind anonymisiert. Ersetze sie durch deine eigenen.
# Beispiel: light.dein_wohnzimmer_licht -> light.wohnzimmer_deckenlampe
views:
- title: Home
  type: sections
  max_columns: 1
  sections:
  - type: grid
    cards:
    - type: custom:mushroom-title-card
      title: Grüß dich, {{ user }}!
    - type: custom:mushroom-chips-card
      chips:
      - type: template
        content: '{{ states.light | count }}'
        icon: mdi:lightbulb-group
      - type: template
        icon: mdi:door-closed
        content: Türen
      - type: action
        tap_action:
          action: perform-action
          perform_action: light.turn_off
          target:
            area_id:
            - buro
            - esszimmer
            - flur
            - wohnzimmer
        icon: mdi:lightbulb-group-off-outline
      - type: action
        tap_action:
          action: perform-action
          perform_action: cover.close_cover
          target:
            area_id:
            - buro
            - esszimmer
            - wohnzimmer
            - kuche
        icon: mdi:window-shutter
      - type: action
        tap_action:
          action: perform-action
          perform_action: cover.open_cover
          target:
            area_id:
            - buro
            - esszimmer
            - wohnzimmer
            - kuche
        icon: mdi:window-shutter-open
      - type: entity
        entity: cover.dein_garagentor
        name: Garage
        icon: mdi:garage-open-variant
    - type: custom:trash-card
      entities:
      - calendar.abfallkalender
      next_days: 7
      day_style: counter
  - type: grid
    cards:
    - type: custom:bubble-card
      card_type: separator
      name: Kameras
    - type: horizontal-stack
      cards:
      - type: picture-glance
        camera_image: camera.deine_kamera_1
        entities: []
      - type: picture-glance
        camera_image: camera.deine_kamera
        entities: []
  - type: grid
    cards:
    - type: custom:bubble-card
      card_type: separator
      name: Wohnzimmer
    - type: horizontal-stack
      cards:
      - type: custom:mushroom-light-card
        entity: light.dein_wohnzimmer_licht
        name: Deckenspots
      - type: custom:mushroom-light-card
        entity: light.deine_stehlampe
        name: Stehlampe
    - type: horizontal-stack
      cards:
      - type: custom:mushroom-cover-card
        entity: cover.deine_jalousie_links
        name: Jalousie (links)
      - type: custom:mushroom-cover-card
        entity: cover.deine_jalousie_rechts
        name: Jalousie (rechts)
  - type: grid
    cards:
    - type: custom:bubble-card
      card_type: separator
      name: Solaranlage
    - type: glance
      entities:
      - entity: sensor.deine_solar_energie
      - entity: sensor.dein_stromverbrauch
      - entity: sensor.dein_speicherniveau
      - entity: sensor.deine_einspeisung
      columns: 4