From 2433b8d15f40bc4c9f299b8943d6a7e7cb4e859d Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Wed, 21 Sep 2016 18:36:22 +0200 Subject: [PATCH] Revert "Added instructions for accessing local picture files in known_devices.yaml" (#970) --- source/_components/device_tracker.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/device_tracker.markdown b/source/_components/device_tracker.markdown index 25e33d863c1..505018e1f4a 100644 --- a/source/_components/device_tracker.markdown +++ b/source/_components/device_tracker.markdown @@ -56,8 +56,7 @@ devicename: |----------------|-------------------------------|---------------------------------------------------------------------------------------------------------| | `name` | Host name or "Unnamed Device" | The friendly name of the device | | `mac` | None | The MAC address of the device. Add this if you are using a network device tracker like Nmap or SNMP | -| `picture` | None | A picture that you can use to easily identify the person or device. You can also save the file in a folder "www" in the same location where you have the configuration.yaml file and just use `picture: /local/favicon-192x192.png` | +| `picture` | None | A picture that you can use to easily identify the person or device | | `gravatar` | None | An email address for the device's owner. If provided, it will override `picture` | | `track` | False | If `yes`/`on`/`true` then the device will be tracked. Otherwise its location and state will not update | | `hide_if_away` | False | If `yes`/`on`/`true` then the device will be hidden if it is not at home | -To save the `picture` locally, create a folder "www" in the same location where you have the configuration.yaml file and place favicon-192x192.png there. Then, you can use picture: /local/favicon-192x192.png