Add set_location service doc (#27216)
This commit is contained in:
parent
cc1cca0a14
commit
3d1e743b0c
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,16 @@ reload_core_config:
|
||||||
restart:
|
restart:
|
||||||
description: Restart the Home Assistant service.
|
description: Restart the Home Assistant service.
|
||||||
|
|
||||||
|
set_location:
|
||||||
|
description: Update the Home Assistant location.
|
||||||
|
fields:
|
||||||
|
latitude:
|
||||||
|
description: Latitude of your location
|
||||||
|
example: 32.87336
|
||||||
|
longitude:
|
||||||
|
description: Longitude of your location
|
||||||
|
example: 117.22743
|
||||||
|
|
||||||
stop:
|
stop:
|
||||||
description: Stop the Home Assistant service.
|
description: Stop the Home Assistant service.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue