From 75dbaebccd72c3936af71f4c159d65bf55cec4c3 Mon Sep 17 00:00:00 2001 From: ultrablob Date: Sat, 3 May 2025 17:33:42 -0400 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eed3e3..56c16f6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ version: '3.8' services: caldav-bridge: build: + # Change this to the root of the repository context: ./bridge ports: - "8004:8000" @@ -25,4 +26,8 @@ services: BEAVERHABITS_USERNAME: "" # yes i know this is bad BEAVERHABITS_PASSWORD: "" # however, i don't care restart: unless-stopped -``` \ No newline at end of file +``` + +Then configure it in home assistant with the URL + +`http://[ip]:8004/caldav/` \ No newline at end of file