From dce6d86cbf32a4bc773ad43791c803224a42c706 Mon Sep 17 00:00:00 2001 From: Kenni Lund Date: Tue, 26 Nov 2024 19:00:17 +0100 Subject: [PATCH] docs: Update API path in home-assistant.md (#4614) --- docs/docs/documentation/community-guide/home-assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/documentation/community-guide/home-assistant.md b/docs/docs/documentation/community-guide/home-assistant.md index b88b30dbd2f..d11db6a8d56 100644 --- a/docs/docs/documentation/community-guide/home-assistant.md +++ b/docs/docs/documentation/community-guide/home-assistant.md @@ -24,7 +24,7 @@ Make sure the url and port (`http://mealie:9000` ) matches your installation's a ```yaml rest: - - resource: "http://mealie:9000/api/groups/mealplans/today" + - resource: "http://mealie:9000/api/households/mealplans/today" method: GET headers: Authorization: Bearer <>