[Tutorial] Wetterkarten (Radar, Bilder, Wetterdaten) in Home Assistant einbinden

Danke, schaue ich mir mal an. Hatte einen Pro Account und den aktuell deaktiviert, weil ich es zu wenig nutze, aber wenn es jetzt einen Mehrwert gibt, why not.

2 „Gefällt mir“

hallo,

gibt es die möglichkeit, die schriftfarbe anzupassen. bei hellem hintergrund und einigermaßen transparenter kachel, kann man die weiße schrift kaum lesen. mit schatten arbeiten ist nicht optimal.

Hi, welche Card meinst genau, zeige mal deinen Code dazu, dann kann man bestimmt weiterhelfen.

So sieht das ergebnis aus.

und das ist der code dazu.

show_current: true
show_forecast: true
type: weather-forecast
entity: weather.forecast_home
forecast_type: daily
secondary_info_attribute: humidity
name: Luftfeuchte
tap_action:
  action: none
card_mod:
  style: |
    ha-card {
      background: rgba(255, 255, 255, 0.05);
      border: none;
      border-radius: 20px !important;
      margin: 0px;
    }

die karte ist die systemeigene wetter-karte

war ganz easy: :slight_smile:

show_current: true
show_forecast: true
type: weather-forecast
entity: weather.forecast_home
forecast_type: daily
secondary_info_attribute: humidity
name: Luftfeuchte
tap_action:
  action: none
card_mod:
  style: |
    ha-card {
      background: rgba(255, 255, 255, 0.05);
      border: none;
      border-radius: 20px !important;
      margin: 0px;
      color: red;
    }

1 „Gefällt mir“

hat super funktioniert. vielen dank :slight_smile: .