Skip to content

Commit f1f5451

Browse files
committed
CodeRabbitAI
1 parent d87b86b commit f1f5451

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

README.md

+21-15
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,30 @@ actions:
6666
- action: light.toggle
6767
target:
6868
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
7569
```
7670
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+
7778
You can also create event-based automations through the Home Assistant UI by selecting "Event" as the trigger type and filtering by your device.
7879

7980
### 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
8090

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.
8893

8994
## Key Features
9095

@@ -165,8 +170,9 @@ Need help? Here are your options:
165170
- **Community Chat**: Join our [Discord Server](https://discord.gg/Db6WJWzWuf) for discussions and community interaction
166171
- **Support the Project**: Consider supporting through Buy Me a Coffee
167172

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)
170176

171177
[![Buy Me a Coffee](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/edwardfirmo)
172178

0 commit comments

Comments
 (0)