r-renato / ha-card-weather-conditions

Weather condition card (Lovelace) for Home Assistant.
MIT License
191 stars 37 forks source link

Icon Model too big #77

Open Stephan1908 opened 3 years ago

Stephan1908 commented 3 years ago

Hi, is there a way, to make the icon smaller?

grafik

type: 'custom:ha-card-weather-conditions'
name: ' '
language: de
animation: false
weather:
  icons_model: defaulthass
  current:
    sun: sun.sun
    moon_phase: sensor.moon
    current_conditions: sensor.openweathermap_condition
    temperature: sensor.0017dbe9922673_actual_temperature
    humidity: sensor.0017dbe9922673_humidity
    pressure: sensor.openweathermap_pressure
    wind_speed: sensor.0017dbe9922673_wind_speed
    precipitation: sensor.openweathermap_forecast_precipitation

Greetings