From 9043612888635a153f19c0c2ac794c11ddea31b3 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 25 Aug 2026 15:52:27 +0000 Subject: [PATCH] feat: add OHF Community Day calendar to events config Adds the Open Home Foundation Community Day Luma calendar (cal-QXZXEJrvB3UaI63) to the example EVENTS_CALENDARS list, served under /events/ohf-community-day. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_016Fh5jY9HE3fAZpp2EFMevg --- example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.env b/example.env index 1ab7283..0575d58 100644 --- a/example.env +++ b/example.env @@ -25,7 +25,7 @@ LIVESTREAM_CHANNELS=home_assistant:home-assistant,esphomeio:esphome,OpenHomeFndn # Display names are read from each feed at runtime, so they are not configured # here. Adding or removing a calendar is a config change, not a code change; # malformed or missing config fails startup rather than tracking nothing. -EVENTS_CALENDARS=cal-6Tm2FkWzoBpLXWr:home-assistant-meetups +EVENTS_CALENDARS=cal-6Tm2FkWzoBpLXWr:home-assistant-meetups,cal-QXZXEJrvB3UaI63:ohf-community-day # Origins allowed to read this API from a browser: a comma-separated list of # scheme-and-host entries, e.g. https://esphome.io,https://*.esphome.io.