From 00b156f1cf59da77afaf46457f7469813038d388 Mon Sep 17 00:00:00 2001 From: Cloos <36499953+Clooos@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:49:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6e26fab..74013128 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ This is still experimental and more customizations are coming. | `entity` | string | **Required** (and soon optional) | Any entity that can be on/off or true/false, any media player, cover or light | An entity for the state of the button | | `button_type` | string | **Required** | `custom` | The behavior of your button | | `name` | string | Optional | Any string | A name for your button, if not defined it will display the entity name | -| `icon` | string | Optional | Any `mdi:` icon | An icon for your button, if not defined it will display the entity icon | +| `icon` | string | Optional | Any `mdi:` icon or a link to a square image | An icon for your button, if not defined it will display the entity icon or the `entity-picture` | | `tap_action` | object | Optional | See [actions](#tap-double-tap-and-hold-actions) | Define the type of action on button click, if undefined, `more-info` will be used. | | `double_tap_action` | object | Optional | See [actions](#tap-double-tap-and-hold-actions) | Define the type of action on button double click, if undefined, `toggle` will be used. | | `hold_action` | object | Optional | See [actions](#tap-double-tap-and-hold-actions) | Define the type of action on button hold, if undefined, `more-info` will be used. |