r-renato / ha-card-weather-conditions

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

Moon phase text instead of icon #80

Open Ayrton31 opened 3 years ago

Ayrton31 commented 3 years ago

Hello,

When I tried to show a simple card with the code below

type: 'custom:ha-card-weather-conditions'
name: Météo
language: fr
animation: true
weather:
  icons_model: climacell
  current:
    moon_phase: sensor.cc_climacell_moon_phase_0d
    current_conditions: sensor.cc_climacell_weather_condition

I have this vision on lovelace image

Is something wrong with my configuration ?