ha-card-weather-conditions
ha-card-weather-conditions copied to clipboard
Moon_Phase doesn't show anything
after a "fix" in CC we have a 5 day state of the moon, but when adding one of the sensors to the card nothing show's up.
Install the latest version of the card and use your sensor...._moon_phase_0d
I did, but don't show anything, have the following:
type: 'custom:ha-card-weather-conditions' name: [] language: nl animation: true weather: icons_model: climacell current: sun: sun.sun moon_phase: sensor.cc_weather_moon_phase_0d
I have a similar problem, i see only the description, in English even if I have specified the language "it", and no icon.
having the same issues as well card and provider are updated to current versions, I now have the 5 sensors for moon phases but when put in to the card they always display ERR but when checked in the developer tool they are showing the correct phase
Hey @r-renato, we definitely have a problem with the Moon_Phase display with your awesome card.
After having spent some time spying on this issue i can now presume that the icon and the translation will only be displayed when the moon state contains "one word" ( like full:"🌕" or new:"🌑")
I hope you will find some time to locate and fix this issue.
Thank you for your amazing work.
I added to configuration.yaml:
sensor:
platform: moon
and the card:
weather:
icons_model: defaulthass
current:
sun: sun.sun
moon_phase: sensor.moon
that seems to work.