Skip to content

Commit

Permalink
dev 30/10
Browse files Browse the repository at this point in the history
  • Loading branch information
jumping2000 authored Oct 30, 2022
1 parent 394cbd6 commit f6f1894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/notifier/notifier_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def notify_hub(self, event_name, data, kwargs):
alexa["message"] = data["message"]
if "title" not in alexa:
alexa["title"] = data["title"]
self.alexa_manager.speak(alexa)
self.alexa_manager.speak(alexa, self.alexa_skill_id)
if usePhone:
try:
language = self.get_state(self.tts_language)
Expand Down

0 comments on commit f6f1894

Please sign in to comment.