Skip to content

Commit

Permalink
Forgot Sunday in a list, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Lindvig authored Jan 15, 2022
1 parent 627bd21 commit 1dc7beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/time_date_dk/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _update_internal_state(self):
self._year = self._dateObj.year

self._weekNumber = self._dateObj.isocalendar()[1]
self._weekdaysShort = ['Man', 'Tirs', 'Ons', 'Tors', 'Fre', 'Lør']
self._weekdaysShort = ['Man', 'Tirs', 'Ons', 'Tors', 'Fre', 'Lør', 'Søn']
self._weekday = self._dateObj.weekday()
self._weekdayNameShort = self._weekdaysShort[self._weekday]
self._weekdayName = self._weekdayNameShort + 'dag'
Expand Down

0 comments on commit 1dc7beb

Please sign in to comment.