Skip to content

Commit

Permalink
readme: added no_card in advanced option
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriosDev authored and ThomDietrich committed Oct 25, 2024
1 parent 705d52c commit 96d173a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ In general, you should not need to set any of these as they override Home Assist
| longitude | _number_ | Longitude used for calculations | Home Assistant longitude |
| elevation | _number_ | Elevation (above sea) used for calculations | Home Assistant elevation |
| time_zone | _string_ | Time zone (IANA) used for calculations and time presentation | Home Assistant time zone |
| no_card | _boolean_ | Disable card background | `false` |
| now | _Date_ | Overrides the current moment shown on the card | Current time |
| debug_level | _number_ | Sets debug level, `0` (no debug), `1` and `2` | `0` |

Expand Down Expand Up @@ -228,6 +229,7 @@ latitude: 42.55
longitude: 23.25
elevation: 1500
time_zone: Europe/Sofia
no_card: false
now: 2023-07-06T00:30:05+0300
debug_level: 0
```

0 comments on commit 96d173a

Please sign in to comment.