Edward Firmo
cf8590b460
Use switch.control from pr#10105 (esphome)
2025-08-06 23:00:41 +02:00
Edward Firmo
eca54c01ed
Move "Relay n light mode" to standard_hw_relays
2025-08-06 19:47:27 +02:00
Edward Firmo
3c53b21fbe
Lint
2025-08-06 16:34:52 +02:00
Edward Firmo
0fb4b5fe09
Fix typo
2025-08-06 16:32:13 +02:00
Edward Firmo
4634b650d9
Optimize nvs even more with dual light attributes saving
2025-08-06 16:30:40 +02:00
Edward Firmo
6a1a5d5ae2
Extend nvs optimization to relay's lights
2025-08-06 14:27:35 +02:00
Edward Firmo
271aa74f99
Do not update lights when the action is disabled
...
Solves #109
2025-08-06 13:43:36 +02:00
Edward Firmo
93120a8b51
Fix log reference
2025-08-05 21:27:02 +02:00
Edward Firmo
fa2e8f3b62
Update dependencies
2025-08-05 20:01:32 +02:00
Edward Firmo
c9a85504f1
Initial nvs optimization for relay lights
2025-08-05 19:46:12 +02:00
Edward Firmo
33bbad6adb
Lint
2025-08-05 18:07:39 +02:00
Edward Firmo
bda597f748
nvs optimization - relays (except lights)
2025-08-05 17:51:18 +02:00
Edward Firmo
250b22562d
Simplifies tags
...
It should be limited to 15ish chars
2025-08-05 11:36:09 +02:00
Edward Firmo
243a18bdf2
Fix 4-bit mask
2025-08-05 11:08:16 +02:00
Edward Firmo
c1f1b5a7e7
Standardize log tag - hw leds
2025-08-05 09:01:36 +02:00
Edward Firmo
1d8b4fee1a
Standardize log tag
2025-08-05 08:54:45 +02:00
Edward Firmo
6d16d7d645
restore_from_nvs for core_hw_buttons
2025-08-05 08:11:50 +02:00
Edward Firmo
42ae160217
Introduce restore_from_nvs on core.common
2025-08-04 23:50:06 +02:00
Edward Firmo
11807ce892
Merge pull request #112 from edwardtfn/idf-as-default
...
Set ESP-IDF as default framework
2025-08-01 10:22:00 +02:00
Edward Firmo
0a95a7f8d0
Fix typo on std::string
2025-08-01 09:10:58 +02:00
Edward Firmo
6687c5c6a5
Fix other references to gang_count_plural_suffix
2025-08-01 09:01:37 +02:00
Edward Firmo
ad92799035
Remove gang_count_plural_suffix and set audio channel to mono
2025-08-01 08:51:33 +02:00
Edward Firmo
9edd43079b
Use globals for persistence
2025-07-31 10:58:22 +02:00
Edward Firmo
a67f3dfd4a
Removed initial value for volume control
2025-07-31 10:34:03 +02:00
Edward Firmo
796eb7620c
Remember Media Player volume
2025-07-31 10:26:37 +02:00
Edward Firmo
efd44fab02
Merge pull request #115 from MorghusDragon/correctly-looping-rainbow-effect
...
Fix rainbow effect loop by setting correct width per model.
2025-07-31 05:20:44 +02:00
Edward Firmo
8422168837
Remove effects from smaller segments
2025-07-30 19:34:56 +02:00
Edward Firmo
0b7f83ebca
Add anchor per model
2025-07-30 19:15:39 +02:00
Edward Firmo
5aecb343f6
Return full audio settings
2025-07-30 19:00:54 +02:00
Edward Firmo
a4340da836
Lint
2025-07-30 07:31:17 +02:00
Edward Firmo
912607d1ec
Refine speaker settings for esp-idf
...
Solves #95
2025-07-30 07:28:05 +02:00
Edward Firmo
ba041a9d50
Set audio channel to mono
2025-07-29 21:19:21 +02:00
Edward Firmo
9fdfd52ad4
Resolve conflict with PR#116
2025-07-29 14:58:48 +02:00
Morghus
2d1ef49ca9
Fix incorrect triggering of multitouch event when swiping
2025-07-29 20:58:44 +12:00
Morghus
1190802ccd
Extract base light effect configuration so it can be customized per model.
2025-07-29 20:51:32 +12: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
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
daaffdb6ca
Set ESP-IDF as default framework
2025-07-14 13:51:21 +02:00
Edward Firmo
3cdd9f87af
Standardize std::to_string
2025-07-10 00:29:34 +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
Edward Firmo
5eb42082db
Remove rmt_channel
...
Not supported with IDF 5
2025-05-14 21:07:07 +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
Edward Firmo
b6e3f41952
Fix name 'CORE' is not defined
2025-01-07 08:15:27 +01:00