mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Add elevation
in service homeassistant.set_location
(#28900)
This commit is contained in:
parent
21e9088d67
commit
a1ca73a8fc
@ -72,6 +72,7 @@ Update the location of the Home Assistant default zone (usually "Home").
|
|||||||
|---------------------------|----------|-------------------------------------------------------|
|
|---------------------------|----------|-------------------------------------------------------|
|
||||||
| `latitude` | no | Latitude of your location. |
|
| `latitude` | no | Latitude of your location. |
|
||||||
| `longitude` | no | Longitude of your location. |
|
| `longitude` | no | Longitude of your location. |
|
||||||
|
| `elevation` | yes | Elevation of your location. |
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
|
|
||||||
@ -81,6 +82,7 @@ action:
|
|||||||
data:
|
data:
|
||||||
latitude: 32.87336
|
latitude: 32.87336
|
||||||
longitude: 117.22743
|
longitude: 117.22743
|
||||||
|
elevation: 120
|
||||||
```
|
```
|
||||||
|
|
||||||
### Service `homeassistant.toggle`
|
### Service `homeassistant.toggle`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user