r-renato / ha-card-weather-conditions

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

Moon Phase text not displaying #13

Closed romquenin closed 4 years ago

romquenin commented 4 years ago

Hello, i have a little problem with the card not displaying the Moon Phase Text:

Screenshot 2020-05-21 at 20 15 32

          - type: custom:ha-card-weather-conditions
            name: "Météo"
            language: fr
            animation: true
            camera: camera.weather
            weather:
              icons_model: climacell
              current:
                sun: sun.sun
                moon_phase: sensor.cc_test_moon_phase                
                current_conditions: sensor.cc_test_weather_condition
                humidity: sensor.cc_test_humidity_percentage
                pressure: sensor.cc_test_barometric_pressure
                temperature: sensor.cc_test_temperature
                visibility: sensor.cc_test_visibility
                wind_bearing: sensor.cc_test_wind_direction
                wind_speed: sensor.cc_test_wind_speed
                precipitation: sensor.cc_test_precipitation
                forecast: true

Screenshot 2020-05-21 at 20 24 07

I hope you can solve this.

Thanks again for your great work.

r-renato commented 4 years ago

Hi, this issue is resolved in the last card released version.