Skip to content

diplix/HA-Dashboard-Moon-Widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Moon Widget for HA Dashboard (appdaemon)

This widget needs the moon sensor to be installed in Home Assistant. Install files into the appdaemon conf directory and configure the moon widget like this in a .dash file.

moon:
    widget_type: moon
    title: Moon

If you want to translate the moon phases, you can do it with a state map. Example in German:

mond:
    widget_type: moon
    title: Mond
    state_map:
      "New moon": 'Neumond'
      "Waxing crescent": 'erstes Viertel'
      "First quarter": 'zunehmender Halbmond'
      "Waxing gibbous": 'zweites Viertel'
      "Full moon": 'Vollmond'
      "Waning gibbous": 'drittes Viertel'
      "Last quarter": 'abnehmender Halbmond'
      "Waning crescent": 'letztes Viertel'

About

A moon widget for HA Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published