wallpanel:
  enabled: true
  hide_toolbar: true
  idle_time: 60
  screensaver_entity: input_boolean.screensaver
  image_url: /
  cards:
    - type: custom:clock-weather-card
      entity: weather.home
      sun_entity: sun.sun
      temperature_sensor: sensor.temperature_30
      weather_icon_type: line
      forecast_rows: 5
      locale: de
      time_pattern: HH:mm
      time_format: 24
      date_pattern: cccc, d. MMM yyyy
      hide_today_section: false
      hide_forecast_section: true
      hide_clock: false
      hide_date: false
      card_mod:
        style: |
          ha-card {
            zoom: 600%;
            font-size: 8px;
            width: 250%;
            margin-left: -90%;
            margin-top: 60%;
            background-color: transparent;
            text-shadow: 1px 1px 3px black;
            border: transparent;
          }

Diesen Beitrag teilen: