From f2245c5e52e5643631b81b123122958ca2ccd350 Mon Sep 17 00:00:00 2001 From: Cloos <36499953+Clooos@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:39:01 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 778c4b34..8efa649a 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ This card can be a slider or a button, allowing you to toggle your entities or a | `button_type` | string | Optional | `switch` (default) or `slider` | 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 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` | -| `entity_state` | boolean | Optional | `true` or `false` (default) | Show the state of your `entity` below its `name` | +| `show_state` | boolean | Optional | `true` or `false` (default) | Show the state of your `entity` below its `name` | | `tap_action` | object | Optional | See [actions](#tap-double-tap-and-hold-actions) | Define the type of action on icon 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 icon 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 icon hold, if undefined, `more-info` will be used. | @@ -223,7 +223,7 @@ This is still experimental and more customizations are coming. | `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 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` | -| `entity_state` | boolean | Optional | `true` or `false` (default) | Show the state of your `entity` below its `name` | +| `show_state` | boolean | Optional | `true` or `false` (default) | Show the state of your `entity` below its `name` | | `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. |