Add example icon for markdown card (#15732)

This commit is contained in:
Tamás Vörös 2020-11-24 09:24:57 +01:00 committed by GitHub
parent 036501b689
commit 7a569a34d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,3 +100,19 @@ content: |
```
{% endraw %}
## Icons
You can also use [materialdesignicons.com]() icons in the `content` of the card.
For example:
{% raw %}
```yaml
type: markdown
content: |
<ha-icon icon="mdi:home-assistant"></ha-icon>
```
{% endraw %}