From 2ef6bcec8bcc5f8633ea740bb57a01dd124a5a4e Mon Sep 17 00:00:00 2001 From: Jan Rieger Date: Wed, 13 Sep 2023 17:45:15 +0200 Subject: [PATCH] Add documentation for `elevation` in service `homeassistant.set_location` --- source/_integrations/homeassistant.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/homeassistant.markdown b/source/_integrations/homeassistant.markdown index 74175fa4c648..503b57909434 100644 --- a/source/_integrations/homeassistant.markdown +++ b/source/_integrations/homeassistant.markdown @@ -72,6 +72,7 @@ Update the location of the Home Assistant default zone (usually "Home"). |---------------------------|----------|-------------------------------------------------------| | `latitude` | no | Latitude of your location. | | `longitude` | no | Longitude of your location. | +| `elevation` | yes | Elevation of your location. | #### Example @@ -81,6 +82,7 @@ action: data: latitude: 32.87336 longitude: 117.22743 + elevation: 120 ``` ### Service `homeassistant.toggle`