File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ Here's an example configuration for a single device:
59
59
devicename:
60
60
name: Friendly Name
61
61
mac: EA:AA:55:E7:C6:94
62
+ icon: mdi:face-profile
62
63
picture: https://home-assistant.io/images/favicon-192x192.png
63
64
gravatar: test@example.com
64
65
track: yes
@@ -69,7 +70,8 @@ devicename:
69
70
|----------------|-------------------------------|---------------------------------------------------------------------------------------------------------|
70
71
| `name` | Host name or "Unnamed Device" | The friendly name of the device |
71
72
| `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' |
73
75
| `gravatar` | None | An email address for the device's owner. If provided, it will override `picture` |
74
76
| `track` | False | If `yes`/`on`/`true` then the device will be tracked. Otherwise its location and state will not update |
75
77
| `hide_if_away` | False | If `yes`/`on`/`true` then the device will be hidden if it is not at home |
You can’t perform that action at this time.
0 commit comments