NP v/d Spek
|
241644d464
|
Merge branch 'dev' into nvds-new-espnow
|
2024-11-25 10:38:49 +01:00 |
|
Keith Burzinski
|
1bd2d41ffd
|
[uart] void functions should return nothing (#7829)
|
2024-11-25 21:39:22 +13:00 |
|
Keith Burzinski
|
aa6cea6f7e
|
[sx1509] Fix up includes (#7828)
|
2024-11-25 08:27:36 +00:00 |
|
Keith Burzinski
|
ebf895990b
|
[stepper] Remove unnecessary `#include ` (#7827)
|
2024-11-25 08:25:04 +00:00 |
|
Keith Burzinski
|
46a435f5f2
|
[safe_mode] Remove unused capture (#7826)
|
2024-11-25 08:24:35 +00:00 |
|
Keith Burzinski
|
6c548a1596
|
[ota] void functions should return nothing (#7825)
|
2024-11-25 08:23:00 +00:00 |
|
Keith Burzinski
|
7f75f2135d
|
[nextion] Remove assignment within if (#7824)
|
2024-11-25 08:22:50 +00:00 |
|
Samuel Sieb
|
c49f7293fe
|
binary_sensor for switch state (#7819)
|
2024-11-24 23:24:23 -08:00 |
|
Jesse Hills
|
71496574e9
|
Move `CONF_NAME_ADD_MAC_SUFFIX to const.py ` (#7820)
|
2024-11-25 17:26:36 +13:00 |
|
NP v/d Spek
|
d0ba95cf39
|
fix typo's
|
2024-11-25 03:31:34 +01:00 |
|
NP v/d Spek
|
3f4c808f18
|
fix typo's
|
2024-11-25 02:45:07 +01:00 |
|
NP v/d Spek
|
bd1a23711c
|
fix typo's
|
2024-11-25 02:40:52 +01:00 |
|
NP v/d Spek
|
222096aefa
|
fix typo's
|
2024-11-25 01:54:18 +01:00 |
|
NP v/d Spek
|
f91739dc38
|
- fix common test script
- fix CI reported issues
|
2024-11-25 01:36:09 +01:00 |
|
NP v/d Spek
|
2593366a1b
|
Merge branch 'dev' into nvds-new-espnow
|
2024-11-24 23:47:28 +01:00 |
|
Samuel Sieb
|
b95b4a0694
|
keypad binary sensors should be initially off (#7808)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2024-11-25 11:40:51 +13:00 |
|
Samuel Sieb
|
59653ec785
|
allow multiple graphical menus (#7809)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2024-11-25 11:40:28 +13:00 |
|
NP v/d Spek
|
bc9d065a79
|
full implement automaticly channel changing
|
2024-11-24 23:34:41 +01:00 |
|
Ramil Valitov
|
e02f3cdac7
|
[fix] Status sensor does not check if required network component is missing (#7734)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-11-25 11:23:30 +13:00 |
|
TFGF
|
d4d630823c
|
[Modbus Controller] Fix issue #6477. Online automation triggering Offline (#7801)
|
2024-11-25 11:15:10 +13:00 |
|
Rodrigo Martín
|
9fc1377b44
|
feat(WiFi): Add wifi.configure action (#7335)
|
2024-11-25 11:06:21 +13:00 |
|
NP v/d Spek
|
5445451475
|
Merge branch 'dev' into nvds-new-espnow
|
2024-11-24 21:47:36 +01:00 |
|
Samuel Sieb
|
e3e3d92347
|
fix modbus crashing when bad data returned (#7810)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2024-11-25 09:42:46 +13:00 |
|
Clyde Stubbs
|
13077095c2
|
[qspi_dbi] Fix init sequences (Bugfix) (#7805)
|
2024-11-25 09:27:09 +13:00 |
|
Clyde Stubbs
|
4001d82ca2
|
[docker] Leave run-time required libraries installed. (#7804)
|
2024-11-25 09:25:51 +13:00 |
|
Clyde Stubbs
|
4936ca1700
|
[lvgl] Bugfixes (#7803)
|
2024-11-25 09:25:16 +13:00 |
|
NP v/d Spek
|
2ecd5cff07
|
[wifi] Make wifi_channel_() public (#7818)
|
2024-11-25 09:16:51 +13:00 |
|
NP v/d Spek
|
1ee837edb4
|
remove unwanted files
|
2024-11-24 19:22:45 +01:00 |
|
NP v/d Spek
|
4ed30edf3a
|
add option to modify the wifi_channel per peer
|
2024-11-24 17:54:32 +01:00 |
|
NP v/d Spek
|
f9e86cf93b
|
update the common CI test script
|
2024-11-24 17:50:56 +01:00 |
|
NP v/d Spek
|
026ed0f063
|
Merge branch 'nvds-new-espnow' of https://github.com/nielsnl68/esphome into nvds-espnow-241019
|
2024-11-24 17:27:05 +01:00 |
|
NP v/d Spek
|
9a89451c74
|
remove demo project here
|
2024-11-24 17:25:32 +01:00 |
|
NP v/d Spek
|
92b4b8e0b7
|
Merge branch 'dev' into nvds-new-espnow
|
2024-11-23 17:35:59 +01:00 |
|
NP v/d Spek
|
d23346165e
|
rework peer mac_address opdate.
adding static peer option.
|
2024-11-23 15:54:52 +01:00 |
|
Petr Kejval
|
dea297c8d7
|
[nextion] Add publish actions (#7646)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
|
2024-11-22 22:52:02 -06:00 |
|
Jesse Hills
|
ef7c5c6055
|
Merge branch 'release' into dev
|
2024-11-22 11:34:47 +13:00 |
|
Jesse Hills
|
ee3cfb2b76
|
Merge pull request #7798 from esphome/bump-2024.11.1
2024.11.1
2024.11.1
|
2024-11-22 11:23:56 +13:00 |
|
Jesse Hills
|
2cc2a2153b
|
Bump version to 2024.11.1
|
2024-11-22 10:08:00 +13:00 |
|
J. Nick Koston
|
e51f3d9498
|
Ensure storage I/O for ignored devices runs in the executor (#7792)
|
2024-11-22 10:08:00 +13:00 |
|
Alain Turbide
|
1c1f3f7c55
|
Fix for OTA mode not activating in safe_mode when OTA section has an on_xxxx action (#7796)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-11-22 10:08:00 +13:00 |
|
Spencer Owen
|
ea424b0699
|
Check for min_version earlier in validation (#7797)
|
2024-11-22 10:08:00 +13:00 |
|
Manuel Kasper
|
489d0d20d2
|
[qspi_dbi] Fix garbled graphics on RM690B0 (#7795)
|
2024-11-22 10:08:00 +13:00 |
|
Jesse Hills
|
f04e3de7b8
|
[speaker] Add missing auto-load for `audio ` (#7794)
|
2024-11-22 10:08:00 +13:00 |
|
Jesse Hills
|
a0693060e4
|
[rtttl] Clamp gain between 0 and 1 (#7793)
|
2024-11-22 10:08:00 +13:00 |
|
Clyde Stubbs
|
888b237964
|
[http_request] Fix within context with parameters. (Bugfix) (#7790)
|
2024-11-22 10:08:00 +13:00 |
|
J. Nick Koston
|
122ff731ef
|
Ensure storage I/O for ignored devices runs in the executor (#7792)
|
2024-11-22 09:41:31 +13:00 |
|
Alain Turbide
|
3232866dc3
|
Fix for OTA mode not activating in safe_mode when OTA section has an on_xxxx action (#7796)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-11-22 09:39:32 +13:00 |
|
Spencer Owen
|
ccf2854b61
|
Check for min_version earlier in validation (#7797)
|
2024-11-22 08:24:10 +13:00 |
|
Manuel Kasper
|
03ae6b2c1b
|
[qspi_dbi] Fix garbled graphics on RM690B0 (#7795)
|
2024-11-21 20:46:49 +11:00 |
|
Jesse Hills
|
6bcbbcce02
|
[speaker] Add missing auto-load for `audio ` (#7794)
|
2024-11-21 02:10:20 -06:00 |
|