Commit graph

6497 commits

Author SHA1 Message Date
Daniël Koek
e9c4cbdfe9 More suggestions 2024-03-26 11:58:36 +00:00
Daniël Koek
80952aad84 Update __init__.py 2024-03-26 11:36:04 +00:00
Daniël Koek
3543af84ed Trial this 2024-03-26 11:30:31 +00:00
Daniël Koek
f86424d556 Update lora.cpp 2024-03-26 08:47:40 +00:00
Daniël Koek
f1f01c3d20 Update lora.cpp 2024-03-25 16:56:07 +00:00
Daniël Koek
f13609783b add delays 2024-03-25 16:50:16 +00:00
Daniël Koek
752fdeff90 and update 2024-03-25 16:41:53 +00:00
Daniël Koek
3d4e589bcb Update lora.cpp 2024-03-25 16:37:30 +00:00
Daniël Koek
46a93761f6 Update lora.cpp 2024-03-25 16:28:10 +00:00
Daniël Koek
6470da9ec9 Update __init__.py 2024-03-25 16:27:19 +00:00
Daniël Koek
6996639074 Update __init__.py 2024-03-25 16:20:15 +00:00
Daniël Koek
886f606355 Try this 2024-03-25 16:17:17 +00:00
Daniël Koek
9622a34ecc Update __init__.py 2024-03-25 15:42:17 +00:00
Daniël Koek
22c8495eff Merge remote-tracking branch 'upstream/dev' into dev 2024-03-25 15:34:09 +00:00
Daniël Koek
d32f799582 Update lora.cpp 2024-03-25 15:17:58 +00:00
Daniël Koek
b49d6e2276 more changes 2024-03-25 15:01:51 +00:00
Daniël Koek
6b7e92b80f and this 2024-03-25 14:34:36 +00:00
Daniël Koek
6617baeae6 Update gpio_lora.h 2024-03-25 13:28:56 +00:00
Daniël Koek
46d8e72559 noi tabs and conf 2024-03-25 12:45:00 +00:00
Daniël Koek
d0d5781716 Update __init__.py 2024-03-25 12:35:13 +00:00
Daniël Koek
c6f837bd91 maybe this is it? 2024-03-25 12:19:38 +00:00
Daniël Koek
8a64c11f84 Try this 2024-03-25 12:17:05 +00:00
Daniël Koek
64c09811df cleanup and new build 2024-03-25 12:12:25 +00:00
Daniël Koek
5f878cb4be Merge remote-tracking branch 'upstream/dev' into dev 2024-03-25 11:55:55 +00:00
Daniël Koek
e5fd4800ad Update lora.cpp 2024-03-25 11:55:53 +00:00
Clyde Stubbs
e87727aed3
AHT10: Fix bug (#6409) 2024-03-25 11:44:05 +13:00
Martin Weinelt
2997964b72
setup.cfg: drop duplicate, underintended trove classifier (#6421) 2024-03-25 11:41:53 +13:00
Simone Rossetto
bd8f9db037
WireGuard for esp8266 (#6365) 2024-03-25 11:21:04 +13:00
Daniël Koek
6cb48460b6 Update lora.cpp 2024-03-24 17:53:59 +00:00
Daniël Koek
850280a582 Update lora.cpp 2024-03-24 17:21:31 +00:00
Daniël Koek
6b224112d6 More stuff to try 2024-03-24 16:59:10 +00:00
Daniël Koek
2640bd873f Update lora.cpp 2024-03-24 16:48:22 +00:00
Daniël Koek
0744e7195b Update lora.cpp 2024-03-24 16:44:21 +00:00
Daniël Koek
bba562550e Trial this 2024-03-24 16:35:12 +00:00
Daniël Koek
756515c15b Merge remote-tracking branch 'upstream/dev' into dev 2024-03-24 16:25:42 +00:00
Clyde Stubbs
3801462589
Add check for use of GPIOXX in config (#6419) 2024-03-22 21:32:37 +13:00
dependabot[bot]
a3b0ddf686
Bump aioesphomeapi from 23.1.1 to 23.2.0 (#6412)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 16:31:20 +13:00
Clyde Stubbs
d0ced3471e
SPI: Make some validation failures give more useful messages. (#6413) 2024-03-21 16:25:11 +13:00
Mat931
1d6f245ced
Add sun_gtil2 component (for SUN-1000G2 / SUN-2000G2 grid tie inverters) (#4958)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-03-21 16:23:30 +13:00
Moriah Morgan
13059805d0
Add support for new modes in Tuya Climate (#5159)
* Add support support for new modes

Added support for Fan Only Mode, Dry Mode, Swing Mode and Fan Speed Control.

Also added/fixed support for entity states syncing with current operation mode.

* Add support for more climate modes in climate.tuya

Added support for Fan Only Mode, Dry Mode, Swing Mode and Fan Speed Control.

Also added/fixed support for entity states syncing with current operation mode.

This commit fixes the namespace, because I uploaded the test files to start with.

* Code Formatting Changes per Clang format.

* More clang formatting fixes.

* Breaking Change: Group YAML entries by type

Add grouping to Preset, Swing Mode, Fan Speed and Active State. This is a breaking change.

* Formatting Changes for validation

Formatting changes to be compliant with black and flake8. Also changed constants to match expected format.

* More constant value fixes

* Final black formatting check?

* Changes to init.py according to reviewer requests

Make changes to _init_.py according to 649b923804 (r1278620976), 649b923804 (r1278621039), 649b923804 (r1278620904), and 649b923804 (r1278620549)

Also put Sleep preset in its own config block to be consistent with other presets and fix logic for validate_cooling_values function to better align with existing documentation.

* Commit reviewed change

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

* update deprecated config option wording

* add "this->" to member variables that were missed

adding "this->" to some member variables in the swing_mode function.

* Update _init_.py to use Python 3.8 Walrus operator

Adding Walrus Operator in the to_code function for _init_.py similar to https://github.com/esphome/esphome/pull/5181

* Fix Temperature_Multiplier config entry for code generation

---------

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-03-20 19:40:14 -05:00
DAVe3283
b637fb3adc
Fix logger compile error on ESP32-C6 (#6323) 2024-03-21 12:57:27 +13:00
Clyde Stubbs
0cb1cc9e1c
AHT10: fix temperature-only operation; add warning/error messages (#6405) 2024-03-20 21:20:42 +13:00
Jasper Albering
98466cb7f5
sm2135: add separate_modes option to support different chip variants (#6152) 2024-03-20 21:17:59 +13:00
Gagootron
b0db7319f9
Allow setting htop for ledc (#6340) 2024-03-20 21:17:32 +13:00
cvwillegen
b95a7f6438
Allow accept/reject delta to be specified. (#5060) 2024-03-20 21:16:52 +13:00
Jimmy Hedman
7d9fc3ceaa
Bump ESP8266 Arduino versions (#5359) 2024-03-20 21:16:10 +13:00
dependabot[bot]
b12ccd460b
Bump actions/cache from 4.0.1 to 4.0.2 (#6404)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-20 21:15:03 +13:00
dependabot[bot]
bdb6881cd5
Bump actions/cache from 4.0.1 to 4.0.2 in /.github/actions/restore-python (#6403)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-20 21:14:52 +13:00
dependabot[bot]
afbaf56c0b
Bump pytest-asyncio from 0.23.5.post1 to 0.23.6 (#6402)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-20 21:14:15 +13:00
RFDarter
7e8e658999
web_server support for v3 (#6203) 2024-03-20 16:37:18 +13:00