Skip to content

Commit

Permalink
Fixed the Message for Alexas with Display
Browse files Browse the repository at this point in the history
  • Loading branch information
UbhiTS authored Apr 26, 2020
1 parent 1293225 commit 85eb873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/alexa_talking_clock/alexa_talking_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def time_announce(self, kwargs):

def announce_time(self, kwargs):
self.log(f"TIME_ANNOUNCE {kwargs['time_speech']}: {kwargs['alexa']}")
self.call_service("notify/alexa_media", data = {"type": "announce" if self.announce_bell else "tts", "method": "all"}, target = kwargs["alexa"], message = kwargs["msg"])
self.call_service("notify/alexa_media", data = {"type": "announce" if self.announce_bell else "tts", "method": "all"}, target = kwargs["alexa"], message = kwargs["msg"], title = kwargs["time_speech"])


def set_speech_parameters(self, time_speech):
Expand Down

0 comments on commit 85eb873

Please sign in to comment.