From 46dfa1f959009b008b2f16fd3e84fd477e11c9ab Mon Sep 17 00:00:00 2001 From: heytcass Date: Mon, 13 Jan 2020 08:48:41 -0500 Subject: [PATCH] Clarify which name to put in devices (#11715) * Clarify which name to but in devices When setting up Automatic, I found it confusing which name to put in the `devices` section, and put the nickname in, which broke the integration. Added a note to clarify for future users. * Resolve @frenck suggestions. Yeah, I figured the tone was a bit too playful. Figured I'd give it a go though. Co-Authored-By: Franck Nijhof * Resolve @frenck suggestions. Co-Authored-By: Franck Nijhof Co-authored-by: Franck Nijhof --- source/_integrations/automatic.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/automatic.markdown b/source/_integrations/automatic.markdown index 5aed9921cdf..16754fe63bd 100644 --- a/source/_integrations/automatic.markdown +++ b/source/_integrations/automatic.markdown @@ -53,6 +53,12 @@ devices: type: list {% endconfiguration %} +
+ +The device name must be the name given by Automatic automatically. This is typically the model year, make and model. This is *not* the nickname you have to give the vehicle in the `vehicles` section of the app's settings. + +
+ Home Assistant will also fire events when an update is received from Automatic. These can be used to trigger automations, as shown in the example below. A list of available event types can be found in the [Automatic Real-Time Events documentation](https://developer.automatic.com/api-reference/#real-time-events). ```yaml