Skip to content

Commit 77fd7e1

Browse files
authored
Revert "Added instructions for accessing local picture files in known_devices.yaml"
1 parent 742ca35 commit 77fd7e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/_components/device_tracker.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ devicename:
5656
|----------------|-------------------------------|---------------------------------------------------------------------------------------------------------|
5757
| `name` | Host name or "Unnamed Device" | The friendly name of the device |
5858
| `mac` | None | The MAC address of the device. Add this if you are using a network device tracker like Nmap or SNMP |
59-
| `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` |
59+
| `picture` | None | A picture that you can use to easily identify the person or device |
6060
| `gravatar` | None | An email address for the device's owner. If provided, it will override `picture` |
6161
| `track` | False | If `yes`/`on`/`true` then the device will be tracked. Otherwise its location and state will not update |
6262
| `hide_if_away` | False | If `yes`/`on`/`true` then the device will be hidden if it is not at home |
63-
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

0 commit comments

Comments
 (0)