Update August integration presence detection example docs (#12422)

Be explicit about where the example goes (automations.yaml). It took me a while to figure this out, being new to HASS.
This commit is contained in:
Scott Bressler 2020-03-31 11:40:37 -07:00 committed by GitHub
parent a6d4074a59
commit 85cc307029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ If you have an August Keypad, once you have enabled the August component, you sh
### Presence Detection with Lock Operation
Using the lock operation sensors, you can detect when a user operates a lock and is physically present (not remote). The below example will trigger when the user named “John Doe” in August locks or unlocks the door from the keypad (if present), via Bluetooth from their phone, or by auto-unlock. The state of the sensor will be the name of the party operating the lock as returned by August.
Using the lock operation sensors, you can detect when a user operates a lock and is physically present (not remote). The below automation example (added to `automations.yaml`) will trigger when the user named “John Doe” in August locks or unlocks the door from the keypad (if present), via Bluetooth from their phone, or by auto-unlock. The state of the sensor will be the name of the party operating the lock as returned by August.
{% raw %}