From 8653e434045d2e4446199b98c20525734ed6a197 Mon Sep 17 00:00:00 2001 From: Jon Griffith <32052562+arretx@users.noreply.github.com> Date: Sat, 30 Dec 2017 02:29:14 -0700 Subject: [PATCH] I was a little confused...and still may be... (#4031) * I was a little confused...and still may be... if I'm not mistaken, the comment I added should be true, but I was wondering if "devicename:" was actually something I was supposed to be using. * :pencil2: Corrected note styling --- source/_components/device_tracker.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/device_tracker.markdown b/source/_components/device_tracker.markdown index ece347286a7..25e29614980 100644 --- a/source/_components/device_tracker.markdown +++ b/source/_components/device_tracker.markdown @@ -70,6 +70,10 @@ devicename: hide_if_away: no ``` +

+ In the example above, `devicename` refers to the detected name of the device. For instance, `my_iphone`. +

+ | Parameter | Default | Description | |----------------|-------------------------------|---------------------------------------------------------------------------------------------------------| | `name` | Host name or "Unnamed Device" | The friendly name of the device. |