You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: read saving session available_events from configured entity, not rewritten one
The binary_sensor -> event entity rewrite used as a fallback for legacy
configs rebound entity_id unconditionally whenever joined_events was
empty, so the following available_events read used the rewritten name
instead of the configured entity. If the rewritten entity didn't exist
(e.g. custom entity names with no '_sessions' substring), available_events
came back empty and saving-session auto-join silently stopped working
with nothing logged.
Fixes#4573
("saving_session_auto_join_toggle", test_saving_session_auto_join_toggle, "Saving session auto-join toggle test (issue #4120)", False),
447
+
("saving_session_custom_entity_no_rewrite_match", test_saving_session_custom_entity_no_rewrite_match, "Saving session custom entity no rewrite match test (issue #4573)", False),
0 commit comments