Edward Firmo
dc99319397
Fix relay id on log
2024-12-23 00:46:06 +01:00
Edward Firmo
5ae45fff63
Fix relay on display as light mode
...
Solves #28
2024-12-23 00:41:51 +01:00
GitHub Actions
bbbaeeb0d4
Bump version to 2024.12.7 [skip-versioning]
v2024.12.7
2024-12-22 23:02:49 +00:00
Edward Firmo
a9f82d958f
Merge pull request #54 from edwardtfn/event-based-automation-docs
...
Event based automation docs
2024-12-23 00:02:40 +01:00
Edward Firmo
c07e4f195a
CodeRabbitAI
2024-12-22 23:55:18 +01:00
Edward Firmo
f1f545198b
CodeRabbitAI
2024-12-22 23:47:03 +01:00
Edward Firmo
d87b86bfca
CodeRabbitAI
2024-12-22 23:41:02 +01:00
Edward Firmo
f11840d2bc
markdownlint
2024-12-22 23:23:22 +01:00
Edward Firmo
42afe71365
Add event based automation overview
...
Helps with #51
2024-12-22 23:20:39 +01:00
GitHub Actions
09e9d340fc
Bump version to 2024.12.6 [skip-versioning]
v2024.12.6
2024-12-22 16:41:40 +00:00
Edward Firmo
7850d16aeb
Push tag before setting latest and stable
2024-12-22 17:40:45 +01:00
Edward Firmo
1f2e60e7db
Merge pull request #53 from edwardtfn/use-main-as-ref
...
Use `main` as reference for remote package
2024-12-22 17:23:39 +01:00
Edward Firmo
dd25e5dbba
Use bump_version.sh from folder versioning
2024-12-22 17:19:59 +01:00
Edward Firmo
75f4245fe1
No need another versioning action
2024-12-22 17:16:09 +01:00
Edward Firmo
3b7f811876
Tag latest and stable only after versioning
2024-12-22 17:04:52 +01:00
Edward Firmo
d403bc2aa9
CodeRabbitAI - Remove duplicated badge reference
2024-12-22 16:41:21 +01:00
Edward Firmo
5d780f162e
Add version badge
2024-12-22 16:37:05 +01:00
Edward Firmo
0e53dfd3cd
CodeRabbitAI
2024-12-22 16:26:49 +01:00
Edward Firmo
23b633cdcb
Run all tests in parallel
...
Let's see if this saves some time.
2024-12-22 16:20:51 +01:00
Edward Firmo
b1187332fb
Ensure latest and stable tags are updated on push to main
2024-12-22 16:17:07 +01:00
Edward Firmo
669cc2f2c2
Use main as reference for remote package
2024-12-22 16:03:39 +01:00
GitHub Actions
e5d941c460
Bump version to 2024.12.4 [skip-versioning]
v2024.12.4
2024-12-22 01:12:50 +00:00
Edward Firmo
9b134a786a
Merge pull request #50 from edwardtfn/swipe-priority
...
Rebuild Button click engine
2024-12-22 02:12:39 +01:00
Edward Firmo
be0fc353f6
Simplify relay handler
2024-12-22 02:03:35 +01:00
Edward Firmo
fbc5cb79cc
Reduce BUTTON_MULTI_CLICK_DELAY to 250ms
2024-12-22 01:46:28 +01:00
Edward Firmo
c65acc3298
Pass parameters to button_click_event
2024-12-22 01:37:07 +01:00
Edward Firmo
4d8107faf2
Remove relay from binary sensor
2024-12-22 01:15:26 +01:00
Edward Firmo
65bbd901b1
Clean-up get_button_from_position
2024-12-21 23:32:15 +01:00
Edward Firmo
8c610a406a
Log long-press from component
...
If this works fine, it could replace this part on the new implementation.
2024-12-21 23:17:42 +01:00
Edward Firmo
696e3bf28d
Component to provide button number
2024-12-21 23:10:16 +01:00
Edward Firmo
5ae4564e6a
CodeRabbitAI Nitpick 2
2024-12-21 22:08:19 +01:00
Edward Firmo
857c43940d
CodeRabbitAI Nitpick
2024-12-21 21:54:54 +01:00
Edward Firmo
8668fe8dc9
Fix another bad reference
2024-12-21 21:29:05 +01:00
Edward Firmo
976a903118
Fix references
2024-12-21 21:25:29 +01:00
Edward Firmo
35cc0c4a8e
Reorganize scripts for better clarity
2024-12-21 21:18:54 +01:00
Edward Firmo
5c4581563e
Rebuild Button click engine
...
The native engine from ESPHome cannot be used here as a button press event is triggered on touch, which would trigger the click even on swipe.
Other projects solved this by tracking only single click and only at release, so we decided to implement this in a different way, so we can handle multiple or long-clicks also.
This should finally solve #14 , but some test is required to ensure nothing else was broken.
2024-12-21 21:14:41 +01:00
GitHub Actions
7f1c362a50
Bump version to 2024.12.3 [skip-versioning]
v2024.12.3
2024-12-21 17:09:47 +00:00
Edward Firmo
cf3018c95c
Merge pull request #49 from edwardtfn/new-versioning-03
...
Fix verison validation
2024-12-21 18:09:37 +01:00
Edward Firmo
360ae3123a
Update bump_version.sh
2024-12-21 18:06:00 +01:00
Edward Firmo
6767b5e765
Fix version validation
2024-12-21 18:00:46 +01:00
Edward Firmo
d5e5ebb3d6
Fix version format
2024-12-21 17:52:33 +01:00
Edward Firmo
46c04eb992
Merge pull request #46 from edwardtfn/new-versioning-03
...
Rollback to the last working point
2024-12-21 17:50:34 +01:00
Edward Firmo
8558bc3650
Merge branch 'main' into new-versioning-03
2024-12-21 17:49:58 +01:00
Edward Firmo
f32e2eee4f
Add quotes around file path in cat command
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-12-21 17:14:00 +01:00
Edward Firmo
5a993165cd
Rollback to the last working point
2024-12-21 14:54:47 +01:00
Edward Firmo
d04c2aff2f
Merge pull request #45 from edwardtfn/new-versioning-02
...
Use an automation branch
2024-12-21 14:14:00 +01:00
Edward Firmo
2d79ee42c7
Quote variables and url
2024-12-21 14:05:37 +01:00
Edward Firmo
3f4fc7a505
Quote GitHub token in push command
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-12-21 13:55:26 +01:00
Edward Firmo
be23a5a0fd
Quote variables in temporary branch creation
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-12-21 13:54:51 +01:00
Edward Firmo
a23a2db352
Fix invalid YAML structure in push trigger
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-12-21 13:35:12 +01:00