@@ -35,8 +35,8 @@ service that does not need any more information but the entity id.
35
35
# Configuration
36
36
There are two sections on the plugin's cofiguration panel:
37
37
* Home Assistant Settings
38
- Contains global settings for your Home Assistant installation. Once saved, the settings are valid for all Buttons.
39
- * Entity Settings
38
+ Contains global settings for your Home Assistant installation. Once saved, the settings are used for all stream deck Buttons.
39
+ * Entity Settings
40
40
Contains settings for an individual button.
41
41
42
42
## Home Assistant Settings
@@ -52,7 +52,8 @@ After you saved your Home Assistant Settings, the plugin will automatically try
52
52
### Basic configuration
53
53
* Domain: Home Assistant entities are grouped by domains. Select the domain (for example "switch") of an entity, you want to configure.
54
54
* Entity: This is the actual entity you are going to configure (for example "Kitchen Light")
55
- * Service: The service that will be called every time you press the StreamDeck button for this entity.
55
+ * Service: The service that will be called every time you press the StreamDeck button.
56
+ * Service (long press): The service that will be called every time you press and hold the StreamDeck button for more than 300ms.
56
57
* Service Data JSON: JSON formatted data that is sent with your service call when you press a button.
57
58
Example:
58
59
```
@@ -79,25 +80,3 @@ After you hit the save button, the button should immediately show the new config
79
80
# Happy? Consider to donating me a coffee :)
80
81
[ ![ buy me a coffee] ( https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif )] ( https://www.paypal.com/donate?hosted_button_id=3UKRJEJVWV9H4 )
81
82
82
- ## Project setup
83
- ```
84
- npm install
85
- ```
86
-
87
- ### Compiles and hot-reloads for development
88
- ```
89
- npm run serve
90
- ```
91
-
92
- ### Compiles and minifies for production
93
- ```
94
- npm run build
95
- ```
96
-
97
- ### Lints and fixes files
98
- ```
99
- npm run lint
100
- ```
101
-
102
- ### Customize configuration
103
- See [ Configuration Reference] ( https://cli.vuejs.org/config/ ) .
0 commit comments