From 07103ec8f4f96d484dd80ac21d553fbb03af2c64 Mon Sep 17 00:00:00 2001 From: Dima Goltsman Date: Wed, 21 Oct 2020 00:52:24 +0300 Subject: [PATCH] fix wrong action description (#35) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a16267..7d2d69cc 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Hey dude! Help me out for a couple of :beers: or a :coffee:! | entity | string | **Optional** | Home Assistant entity ID. | `none` | | tap_action | object | **Optional** | Action to take on tap | `action: more-info` | | hold_action | object | **Optional** | Action to take on hold | `none` | -| double_tap_action | object | **Optional** | Action to take on hold | `none` | +| double_tap_action | object | **Optional** | Action to take on double tap | `none` | ## Action Options