Edward Firmo
a8277e5b88
Fail-fast tests
2025-07-29 10:33:56 +02:00
Edward Firmo
458273206d
Test idf first
2025-07-29 10:26:03 +02:00
Edward Firmo
982c64c1c1
Use latest (main) for all actions
2025-07-29 10:22:11 +02:00
Edward Firmo
66d1b27c0d
Run tests on every push
2025-07-29 10:15:41 +02:00
Edward Firmo
f9da912777
Test Media player under IDF and unify ESPHome tests
2025-07-29 10:13:18 +02:00
Edward Firmo
6d663323e5
Simplify tests in a matrix
...
To make it easier to maintain
2025-07-29 10:06:46 +02:00
Edward Firmo
122cfff8db
Fix compiler key name
2025-07-29 09:50:19 +02:00
Edward Firmo
70a054616c
Remove old code
2025-07-29 09:39:49 +02:00
Edward Firmo
5957e277b7
Remove mapping on !lambda calls
2025-07-29 09:31:35 +02:00
Edward Firmo
7e070617ae
Rebuild homeassistant.event calls
...
To support ESPHome 2025.8
2025-07-29 09:28:57 +02:00
Edward Firmo
50a11f61ff
Removed allow_other_uses for pin 26
2025-07-29 09:20:05 +02:00
Edward Firmo
97b193d7c3
Add notice about migration to ESP-IDF
2025-07-29 09:15:49 +02:00
Edward Firmo
644ba8e711
Add test against ESPHome Dev
2025-07-29 09:05:29 +02:00
Edward Firmo
36b28a2475
Make media player dependent on speaker
2025-07-29 09:03:45 +02:00
Edward Firmo
1bd51f304d
Deprecate BLE proxy addon package
...
This kind of solves #9
Replace TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml with compilation
error to force migration to direct bluetooth_proxy configuration.
BREAKING CHANGE: Configurations including this package will fail to
compile. Users must remove the package reference and add bluetooth_proxy
directly to their YAML.
Before:
packages:
addon_bluetooth_proxy: !include TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml
After:
bluetooth_proxy:
2025-07-29 09:00:38 +02:00
Edward Firmo
680042a428
Replaces i2s_audio.media_player by i2s_audio.speaker.media_player
2025-07-29 08:44:46 +02:00
Edward Firmo
0a3ceb97f5
No special settings for IDF
2025-07-14 13:54:07 +02:00
Edward Firmo
daaffdb6ca
Set ESP-IDF as default framework
2025-07-14 13:51:21 +02:00
GitHub Actions
ffdb3a22b5
Bump version to 2025.7.1 [skip-versioning]
v2025.7.1
2025-07-09 22:42:27 +00:00
Edward Firmo
b426bdd5dc
Merge pull request #111 from edwardtfn/remove-duplicated-names
...
Support to ESPHome 2025.7.0
2025-07-10 00:42:19 +02:00
Edward Firmo
3cdd9f87af
Standardize std::to_string
2025-07-10 00:29:34 +02:00
Edward Firmo
ddb26cd833
Test with recommended IDF only
2025-07-10 00:13:56 +02:00
Edward Firmo
5ea4f2015b
Support to ESPHome 2025.7.0
...
- Resolve duplicated names
- Rebuilt HA event calls
2025-07-09 23:36:54 +02:00
GitHub Actions
ddb5e0f783
Bump version to 2025.5.1 [skip-versioning]
v2025.5.1
2025-05-14 19:19:50 +00:00
Edward Firmo
ab078f597a
Merge pull request #106 from edwardtfn/dev
...
Remove enforcing psram mode to octal
2025-05-14 21:19:39 +02:00
Edward Firmo
5eb42082db
Remove rmt_channel
...
Not supported with IDF 5
2025-05-14 21:07:07 +02:00
Edward Firmo
b1a978b3f3
Remove rmt_channel
...
Not supported with IDF 5
2025-05-14 20:57:58 +02:00
Edward Firmo
4ec44e611f
Merge branch 'main' into dev
2025-05-02 18:30:35 +02:00
Edward Firmo
4d7895a2e9
Remove enforcing psram mode to octal
...
Solves #105
2025-05-02 18:29:07 +02:00
GitHub Actions
be76ebd603
Bump version to 2025.3.1 [skip-versioning]
v2025.3.1
2025-03-21 19:08:53 +00:00
Edward Firmo
49a0f088e7
Merge pull request #101 from edwardtfn/edwardtfn-patch-1
...
Remove reference to tj-actions
2025-03-21 20:08:45 +01:00
Edward Firmo
ace945a4ea
Update validate_yamllint.yml
2025-03-15 18:23:25 +01:00
Edward Firmo
e944cd2c21
Remove reference to tj-actions
...
Security reasons
2025-03-15 18:19:32 +01:00
GitHub Actions
1cf6f60c78
Bump version to 2025.1.4 [skip-versioning]
v2025.1.4
2025-01-07 07:49:22 +00:00
Edward Firmo
58ba5e0136
Merge pull request #92 from edwardtfn/fix-name-CORE-is-not-defined
...
Fix missing `add_idf_sdkconfig_option`
2025-01-07 08:49:12 +01:00
Edward Firmo
b0b19fee45
Fix missing add_idf_sdkconfig_option
2025-01-07 08:48:38 +01:00
GitHub Actions
fe222ffe32
Bump version to 2025.1.3 [skip-versioning]
v2025.1.3
2025-01-07 07:17:53 +00:00
Edward Firmo
bb09d7f7f7
Merge pull request #91 from edwardtfn/fix-name-CORE-is-not-defined
...
Fix `name 'CORE' is not defined`
2025-01-07 08:17:42 +01:00
Edward Firmo
b6e3f41952
Fix name 'CORE' is not defined
2025-01-07 08:15:27 +01:00
GitHub Actions
ba3fc89032
Bump version to 2025.1.2 [skip-versioning]
v2025.1.2
2025-01-06 16:01:26 +00:00
Edward Firmo
fcbc92aaec
Merge pull request #88 from edwardtfn/revert-to-media-player-as-default
...
Revert to media player and neopixelbus as default
2025-01-06 17:01:15 +01:00
GitHub Actions
a59f667e7d
Bump version to 2025.1.1 [skip-versioning]
v2025.1.1
2025-01-06 16:00:59 +00:00
Edward Firmo
ff3bf05ed1
Merge pull request #90 from Matthijs33/patch-1
...
Fix value for multi_touch event publishing
2025-01-06 17:00:46 +01:00
Edward Firmo
8a4009dd7e
Move sdkconfig_options to component
2025-01-05 12:58:45 +01:00
Edward Firmo
6bdf6e97b7
Move sdkconfig to component
2025-01-05 12:51:22 +01:00
Edward Firmo
acb602c4ca
Lint
2025-01-05 12:44:48 +01:00
Edward Firmo
9bae016573
Lint
2025-01-05 12:43:08 +01:00
Edward Firmo
e47726dc47
Advanced settings with granular package selection
...
Resolves #86
2025-01-05 12:40:52 +01:00
Edward Firmo
5988681132
Include common
2025-01-05 11:02:46 +01:00
Edward Firmo
5d80ce1117
Do not remove attributes twice
2025-01-05 01:34:18 +01:00