mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
491112db69
If all messages required auth (both no_conn_ids and conn_only_ids empty), the auth check block would be skipped entirely. Now generates a simple check_authenticated_() call as fallback when there are no exceptions to the default auth requirement.