Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Add showDawn, showNoon and showDusk configuration options #121

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Note: If you get an error similar to this `Custom element doesn't exist` you wil
|---------------|----------------------|--------------------------------------|-----------------------------------------------------|
| darkMode | `boolean` | Changes card colors to dark or light | Home assistant dark mode state |
| language | `string`<sup>1</sup> | Changes card language | Home assistant language or english if not supported |
| showDawn | `boolean` | Displays the dawn time in the footer | `true` |
| showNoon | `boolean` | Displays the noon time in the footer | `true` |
| showDusk | `boolean` | Displays the dusk time in the footer | `true` |
| showAzimuth | `boolean` | Displays azimuth in the footer | `false` |
| showElevation | `boolean` | Displays elevation in the footer | `false` |
| timeFormat | `'12h'`/`'24h'` | Displayed time format | Locale based on Home assistant language |
Expand Down
Loading