Merge pull request #5505 from ih8gates/patch-10

Note regarding retrieval of vehicle IDs
This commit is contained in:
DubhAd 2018-06-08 07:42:23 +01:00 committed by GitHub
commit 39e3484190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,5 +56,8 @@ automation:
action:
- service: light.turn_off
```
<p class='note'>
You can obtain the correct ID for your vehicle from your known_devices.yaml file. Be sure to lower-case any letters contained in your vehicle's ID when using it in an automation trigger.
</p>
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the cars to be tracked.