Skip to content

Commit c937242

Browse files
authored
Merge pull request home-assistant#1291 from JasonCarter80/known_icons
Documenting ICON addition to known_device.yaml config file
2 parents 2ee6bff + bfc0ba0 commit c937242

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/_components/device_tracker.markdown

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Here's an example configuration for a single device:
5959
devicename:
6060
name: Friendly Name
6161
mac: EA:AA:55:E7:C6:94
62+
icon: mdi:face-profile
6263
picture: https://home-assistant.io/images/favicon-192x192.png
6364
gravatar: test@example.com
6465
track: yes
@@ -69,7 +70,8 @@ devicename:
6970
|----------------|-------------------------------|---------------------------------------------------------------------------------------------------------|
7071
| `name` | Host name or "Unnamed Device" | The friendly name of the device |
7172
| `mac` | None | The MAC address of the device. Add this if you are using a network device tracker like Nmap or SNMP |
72-
| `picture` | None | A picture that you can use to easily identify the person or device |
73+
| `icon` | None | A name of an MDI Icon. |
74+
| `picture` | None | A picture that you can use to easily identify the person or device, if provided, will override 'icon' |
7375
| `gravatar` | None | An email address for the device's owner. If provided, it will override `picture` |
7476
| `track` | False | If `yes`/`on`/`true` then the device will be tracked. Otherwise its location and state will not update |
7577
| `hide_if_away` | False | If `yes`/`on`/`true` then the device will be hidden if it is not at home |

0 commit comments

Comments
 (0)