mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Add set_location service doc (#27216)
This commit is contained in:
parent
cc1cca0a14
commit
3d1e743b0c
@ -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…
x
Reference in New Issue
Block a user