From b01560fd2912f898d6a36087d7db60988bfff89b Mon Sep 17 00:00:00 2001 From: latand Date: Tue, 10 Feb 2026 21:45:42 +0200 Subject: [PATCH] Add changelog entry for scene handling fix --- CHANGES/1743.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/1743.bugfix.rst diff --git a/CHANGES/1743.bugfix.rst b/CHANGES/1743.bugfix.rst new file mode 100644 index 00000000..e0febcba --- /dev/null +++ b/CHANGES/1743.bugfix.rst @@ -0,0 +1 @@ +Fixed scene handling for ``channel_post`` and ``edited_channel_post`` when Scenes are registered but FSM state is unavailable, and added channel-scoped FSM context support for ``CHAT``/``CHAT_TOPIC`` strategies.