This element is not all that useful as a card (it can be used for that to), the purpose of this is to give the option to add static text on a picture-elements card.
| Name | Type | Default | Description |
|---|---|---|---|
| type | string | Required | custom:ext-weblink |
| name | string | Optional | The name you want to show. |
| url | string | Optional | The url you want to open. |
| icon | string | Optional | The icon you want to show. |
| entity | string | Optional | The entity you want to the state from (if defined). |
You neet to at least define an entity or a name.
Install ext-weblink by copying ext-weblink.jsfrom this repo to <config directory>/www/ext-weblink.js on your Home Assistant instanse.
Example:
wget https://raw.githubusercontent.com/custom-cards/ext-weblink/master/ext-weblink.js
mv ext-weblink.js /config/www/Link ext-weblink inside you ui-lovelace.yaml.
resources:
- url: /local/ext-weblink.js?v=0
type: jsAdd a custom element in your ui-lovelace.yaml
- type: entities
title: Entities card sample
show_header_toggle: false
entities:
- type: custom:ext-weblink
name: Home Assistant
url: https://www.home-assistant.io/
icon: mdi:home-assistant
entity: sensor.commute_to_home