From ac6e2b7f68a9bfa3b1cdefbdcfefaf165bfa45f6 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 19 Aug 2024 01:28:16 +0900 Subject: [PATCH] docs: update home-assistant.md retreive -> retrieve --- 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 f4ab3dae596..79a926555cf 100644 --- a/docs/docs/documentation/community-guide/home-assistant.md +++ b/docs/docs/documentation/community-guide/home-assistant.md @@ -18,7 +18,7 @@ Create an API token from Mealie's User Settings page (https://hay-kot.github.io/ #### 2. Create Home Assistant Sensors Create REST sensors in home assistant to get the details of today's meal. -We will create sensors to get the name and ID of the first meal in today's meal plan (note that this may not be what is wanted if there is more than one meal planned for the day). We need the ID as well as the name to be able to retreive the image for the meal. +We will create sensors to get the name and ID of the first meal in today's meal plan (note that this may not be what is wanted if there is more than one meal planned for the day). We need the ID as well as the name to be able to retrieve the image for the meal. Make sure the url and port (`http://mealie:9000` ) matches your installation's address and _API_ port.