A simple, custom Home Assistant Dashboard Card, that graphically shows the daily amount on daylight in relation to the nearest solstice and equinox. Inspired heavily by https://github.com/rejuvenate/lovelace-horizon-card. Hover over the graph to read out the expected amount of daylight hours for thany given day.
General options Name Description Default title string Card title Doesn't display a title by default
| Name | Description | Accepted values | Default |
|---|---|---|---|
| zone | Serves as a refference zone to correctly calculate sunrise and sunset based on your latitude. | string | home.zone |
Run a test environmemnt without home assistant.
npm run dev
Building
npm run build
