mick96
0532a73fb7
clang diff applied
2024-11-25 19:35:18 +01:00
mick96
567a50e76c
Clean up old comment
2024-11-25 18:42:41 +01:00
mick96
e8768303c7
Fix typeo in sensor.py
2024-11-25 18:15:11 +01:00
mick96
436fb0b214
Add Sonoff POW-CT support along with frequency sensor
...
Add configuration entry to set sonoff model:
sonoff_model (Optional, int): Manually specify the Sonoff model, can be one of
DUALR3, POWCT. Defaults to DUALR3.
This solve the following issue: https://community.home-assistant.io/t/sonoff-powct-pow-ring-power-not-accurate/789686
Add frequency sensor:
frequency (Optional): Use the frequency value calculated by the meter. All options
from Sensor.
2024-11-25 18:02:24 +01:00
Keith Burzinski
cf835d1580
[opentherm] Follow variable naming convention ( #7833 )
2024-11-25 03:50:24 -06:00
Keith Burzinski
17a09cd221
[audio] Header modernization ( #7832 )
2024-11-25 03:50:18 -06: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
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
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
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
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-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
Jesse Hills
fbb9967117
[rtttl] Clamp gain between 0 and 1 ( #7793 )
2024-11-21 00:22:02 -06:00
Clyde Stubbs
6d4f787f67
[http_request] Fix within context with parameters. (Bugfix) ( #7790 )
2024-11-21 13:10:28 +13:00
Kjell Braden
5e27a8df1f
enable rp2040 for online_image ( #7769 )
2024-11-21 07:29:48 +13:00
Edward Firmo
846b091aac
[nextion] New trigger on_buffer_overflow
( #7772 )
2024-11-21 07:28:21 +13:00
Jonathan Swoboda
372d68a177
[remote_base] Fix extra comma in dump raw ( #7774 )
...
Co-authored-by: Jonathan Swoboda <jonathan.swoboda>
2024-11-21 07:27:23 +13:00
Jesse Hills
4fc19902ab
Merge branch 'release' into dev
2024-11-21 06:44:07 +13:00
Jesse Hills
9a7d5dcad8
Merge pull request #7789 from esphome/bump-2024.11.0
...
2024.11.0
2024-11-21 06:42:54 +13:00
Jesse Hills
ef78c404dd
Bump version to 2024.11.0
2024-11-20 21:29:42 +13:00
Jesse Hills
c857f98557
Merge branch 'beta' into dev
2024-11-20 20:18:12 +13:00
Jesse Hills
01a24de3a8
Merge pull request #7788 from esphome/bump-2024.11.0b4
...
2024.11.0b4
2024-11-20 20:17:38 +13:00