@@ -66,25 +66,30 @@ actions:
66
66
- action : light.toggle
67
67
target :
68
68
entity_id : light.living_room
69
-
70
- # Additional common event types:
71
- # event: double_click
72
- # event: long_press
73
- # event: swipe_left
74
- # event: swipe_right
75
69
` ` `
76
70
71
+ **Common event types**:
72
+ - ` click`: Single press and release
73
+ - `double_click` : Two quick presses
74
+ - `long_press` : Press and hold
75
+ - `swipe_left` : Left swipe gesture
76
+ - `swipe_right` : Right swipe gesture
77
+
77
78
You can also create event-based automations through the Home Assistant UI by selecting "Event" as the trigger type and filtering by your device.
78
79
79
80
# ## Device Configuration
81
+ # ### Relay Modes
82
+ - **Light Mode**: Exposes the relay as a light entity with brightness controls (if supported)
83
+ - **Switch Mode**: Exposes the relay as a simple on/off switch entity
84
+
85
+ # ### Button Actions
86
+ - **None**: Allows using button events for custom automations
87
+ Example : Trigger scenes or complex automations through Home Assistant
88
+ - **Relay Toggle**: Direct control of the associated relay
89
+ Example : Toggle relay state with each press, independent of Home Assistant
80
90
81
- - ** Relay Modes** :
82
- - "Light": Appears as a light entity with brightness controls (if supported)
83
- - "Switch": Appears as a simple on/off switch entity
84
- - ** Button Actions** :
85
- - "None": Example: Use button events to trigger scenes or complex automations
86
- - "Relay Toggle": Example: Press to turn on, press again to turn off, regardless of Home Assistant state
87
- - ** Automation Flexibility** : All automations can be managed through Home Assistant without relying on local device triggers
91
+ # ### Automation
92
+ All device behaviors can be customized through Home Assistant automations without relying on local device triggers.
88
93
89
94
# # Key Features
90
95
@@ -165,8 +170,9 @@ Need help? Here are your options:
165
170
- **Community Chat**: Join our [Discord Server](https://discord.gg/Db6WJWzWuf) for discussions and community interaction
166
171
- **Support the Project**: Consider supporting through Buy Me a Coffee
167
172
168
- Note: For proper tracking and resolution, all bug reports and feature requests must be submitted through GitHub Issues, not Discord.
169
- The Issues page can be found at: [ Issues · edwardtfn/TX-Ultimate-Easy] ( https://github.com/edwardtfn/TX-Ultimate-Easy/issues )
173
+ Note : For proper tracking and resolution:
174
+ - All bug reports and feature requests must be submitted through GitHub Issues, not Discord
175
+ - Submit issues here : [Issues · edwardtfn/TX-Ultimate-Easy](https://github.com/edwardtfn/TX-Ultimate-Easy/issues)
170
176
171
177
[](https://www.buymeacoffee.com/edwardfirmo)
172
178
0 commit comments