diff --git a/README.md b/README.md index eff6c60..f432149 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ First of all, [card-tools](https://github.com/thomasloven/lovelace-card-tools) i type: module ``` -### Simple install +### Manual install 1. Download and copy `deep-press.js` from the [latest release](https://github.com/roflcoopter/deep-press/releases/latest) into your `config/www` directory. @@ -30,24 +30,6 @@ First of all, [card-tools](https://github.com/thomasloven/lovelace-card-tools) i type: module ``` -### CLI install - -1. Move into your `config/www` directory - -2. Download `deep-press.js` - - ```console - $ wget https://github.com/roflcoopter/deep-press/releases/download/v0.1.0/deep-press.js - ``` - -3. Add a reference to `deep-press.js` inside your `ui-lovelace.yaml` or through the raw config editor interface. - - ```yaml - resources: - - url: /local/deep-press.js - type: module - ``` - ## Usage This is not actually a new card. It works by changing how other cards work.
It looks for any card which has `deep_press: true` in it's config. If `hold_action` is in the target cards config, those options are used for the deep press(3D touch).