mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
commit
07763302fe
@ -21,6 +21,14 @@ weblink:
|
|||||||
entities:
|
entities:
|
||||||
- name: Router
|
- name: Router
|
||||||
url: http://192.168.1.1/
|
url: http://192.168.1.1/
|
||||||
|
icon: mdi:router-wireless
|
||||||
- name: Home Assistant
|
- name: Home Assistant
|
||||||
url: https://home-assistant.io
|
url: https://home-assistant.io
|
||||||
```
|
```
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **name** (*Required*): Text for the link.
|
||||||
|
- **url** (*Required*): The URL for the link.
|
||||||
|
- **icon** (*Optional*): Icon for entry.
|
||||||
|
|
||||||
|
Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user