Skip to content

Commit

Permalink
Fix replyTo param when sending message (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
klatka authored Oct 29, 2023
1 parent abf32bb commit 8e10862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/nctalkbot/talk_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def async_send_message(
}

if reply_to:
data["reply_to"] = reply_to
data["replyTo"] = reply_to

if silent:
data["silent"] = silent
Expand Down

0 comments on commit 8e10862

Please sign in to comment.