rejuvenate / lovelace-horizon-card

Sun Card successor: Visualize the position of the Sun over the horizon.
MIT License
476 stars 35 forks source link

Missing Translation for Moon Phase #150

Open UweLoyal opened 1 month ago

UweLoyal commented 1 month ago

Moon integration is only for using HomeAssistant! It doesn't work with iobroker and lovelace.

Here the List I'm using:

        MoonPhaseName = 'New Moon (Neumond)';
        MoonPhaseName = 'Waxing Crescent (Zunehmender Sichelmond)';
        MoonPhaseName = 'First Quarter (Zunehmender Halbmond)';
        MoonPhaseName = 'Waxing Gibbous (Zunehmender Dreiviertelmond)';
        MoonPhaseName = 'Full Moon (Vollmond)';
        MoonPhaseName = 'Waning Gibbous (Abnehmender Dreiviertelmond)';
        MoonPhaseName = 'Last Quarter (Abnehmender Halbmond)';
        MoonPhaseName = 'Waning Crescent (Abnehmender Halbmond)';        
ThomDietrich commented 1 month ago

You can use lovelace cards in iobroker?

Here at rejuvenate we welcome each and every contributor to be part of the project. There is no main developer. I'd happily accept a PR with that feature.