Skip to content

Commit

Permalink
Update alexa_talking_clock.py
Browse files Browse the repository at this point in the history
  • Loading branch information
UbhiTS authored Apr 24, 2020
1 parent 2750a44 commit cee743d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/alexa_talking_clock/alexa_talking_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# module: alexa_talking_clock
# class: AlexaTalkingClock
# alexas:
# - media_player.upper_big_bedroom_alexa
# - media_player.bedroom_alexa
# - media_player.kitchen_alexa
# voice:
# volume_offset: 0 # -40 to 4, default 0
Expand Down Expand Up @@ -141,7 +141,7 @@ def time_announce(self, kwargs):
msg = self.set_speech_parameters(time_speech)
seconds = 0
for alexa in self.alexas:
seconds = seconds + 4
seconds = seconds + 5
self.run_in(self.announce_time, seconds, alexa = alexa, time_speech = time_speech, msg = msg)

def announce_time(self, kwargs):
Expand Down

0 comments on commit cee743d

Please sign in to comment.