-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
wiki/docs/extend-functionality/sentences/locate-a-person.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Locate a Person | ||
|
||
![](../views/locate/locate_example.png) | ||
|
||
|
||
[![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https://github.com/dinki/View-Assist/blob/main/View_Assist_custom_sentences/Locate_a_Person/blueprint-locateaperson.yaml) | ||
|
||
This blueprint enables you to display the location of a home assistant user on a map. The map also shows the geocoded address with most recent location update in relative time. If you choose to hold the view, it will provide real-time updates as the tracking device sends new location data. | ||
|
||
Optional requirements for the geocoded tracker sensor in the companion app: | ||
* The **Background location** needs to be enabled. It can be found in the home assistant mobile app -> settings -> companion app -> Location sensors. | ||
* The **Geolocation sensor** needs to be enabled along with it's setting to **Update sensor with location sensors**. It can be found in the home assistant mobile app -> settings -> companion app -> manage sensors. | ||
* The **Background access** also needs to be enabled. It can be found in the home assistant mobile app -> settings -> companion app -> other settings. | ||
|
||
Notes: | ||
* The names should be defined phonetically, as the voice assistant interprets them, followed by the person's name as listed in the People menu under settings. To assist in determining the voice assistant's spelling of the name, a visual display of the name will be shown if it is incorrect. | ||
* The maps pinch-to-zoom and drag controls have been replaced with a tap to hold. The reset focus, along with the plus and minus buttons, function as expected. | ||
|
||
|
||
Required View: [locate view](../views/locate/index.md) | ||
|
||
All credit goes to @JimmyJamesBob and @colin715 for their collaboration on this cool blueprint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Locate View | ||
|
||
![](./locate_example.png) | ||
|
||
* **Description**: Shows location of a person entity at their current location on a map | ||
* **Defaultname**: locate | ||
* **Current Version**: v1.0.0 | ||
* **Code link**: [Webpage View Raw Code](https://raw.githubusercontent.com/dinki/View-Assist/refs/heads/main/View%20Assist%20dashboard%20and%20views/views/locate/locate.yaml) | ||
* **Special Requirements**: None | ||
|
||
## Installation | ||
|
||
This card can be added by copy pasting the raw code into a new view. | ||
|
||
## Changelog | ||
|
||
| Version | Description | | ||
| ------- | ----------- | | ||
| v 1.0.0 | Initial release | | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.