Add elevation in service homeassistant.set_location (#28900)

This commit is contained in:
Jan Rieger 2023-09-13 18:10:16 +02:00 committed by GitHub
parent 21e9088d67
commit a1ca73a8fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`