Jesse Hills
|
b48b5d6cc7
|
Fix import_full_config for adoption configs (#4197)
* Fix git raw url
* Fix setting full config query param
* Force dashboard import urls to have a branch or tag reference for full import
|
2022-12-16 19:46:56 +13:00 |
|
Jesse Hills
|
39af967433
|
Fix i2s_audio media_player compiling for esp32-s2 (#4195)
|
2022-12-16 10:38:52 +13:00 |
|
Jesse Hills
|
83b5e01a28
|
Mark ESP32-S2 as not having Bluetooth (#4194)
|
2022-12-16 10:09:07 +13:00 |
|
Stefan Agner
|
1eacbd50fa
|
Support non-multiarch toolchains on 32-bit ARM (#4191)
fixes https://github.com/esphome/issues/issues/3904
|
2022-12-16 09:27:59 +13:00 |
|
Jesse Hills
|
9bf7c97775
|
Revert camera config change for esp-idf (#4182)
|
2022-12-14 11:45:51 +13:00 |
|
Jesse Hills
|
24bf3674f3
|
Remove warnings when falling through switch cases on purpose (#4181)
|
2022-12-14 11:45:43 +13:00 |
|
J. Nick Koston
|
c47dc09d34
|
Speed up bluetooth proxy connections when using esp-idf (#4171)
|
2022-12-13 13:57:12 +13:00 |
|
Jesse Hills
|
db3096c6e1
|
Remove internal pin restriction from cd74hc4067 (#4179)
|
2022-12-13 13:44:52 +13:00 |
|
Jesse Hills
|
eef578f4b8
|
Bump esphome-dashboard to 20221213.0 (#4176)
|
2022-12-13 08:14:18 +13:00 |
|
Jesse Hills
|
d4e232f267
|
Increase watchdog timeout when starting OTA (#4172)
|
2022-12-12 16:16:24 +13:00 |
|
Björn Stenberg
|
cc45945fcf
|
climate: Add features to generic Toshiba model (#3912)
Add fan speed modes, dry and fan-only operation modes.
This reduce differences between generic and PT14111 models.
|
2022-12-08 14:13:10 -06:00 |
|
Jesse Hills
|
0c24d951ff
|
Fix ble parsing with zero padded advertisements (#4162)
|
2022-12-08 13:39:33 +13:00 |
|
John Britton
|
92e44b8238
|
Expose lambda action to reset a cycle in slow_pwm (#4158)
|
2022-12-07 19:27:14 +13:00 |
|
Jesse Hills
|
34387adbcd
|
Bump version to 2023.1.0-dev
|
2022-12-07 17:00:11 +13:00 |
|
Jesse Hills
|
c6885c1bf4
|
Bump esphome-dashboard to 20221207.0 (#4156)
|
2022-12-07 16:47:45 +13:00 |
|
dependabot[bot]
|
8b8efb57af
|
Bump aioesphomeapi from 12.2.1 to 13.0.1 (#4149)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-07 16:16:32 +13:00 |
|
dependabot[bot]
|
499e120aa4
|
Bump dessant/lock-threads from 3 to 4 (#4150)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-07 16:10:43 +13:00 |
|
dependabot[bot]
|
6f198a4736
|
Bump pyupgrade from 3.2.2 to 3.3.0 (#4137)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2022-12-07 16:09:21 +13:00 |
|
dependabot[bot]
|
f500f448b1
|
Bump pytest-asyncio from 0.20.1 to 0.20.2 (#4019)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-07 16:08:26 +13:00 |
|
Jesse Hills
|
6ad9baa870
|
Add API for dashboard to get boards list (#4154)
|
2022-12-07 16:07:51 +13:00 |
|
Jesse Hills
|
f843925301
|
ESP32 IDF: Override toolchain-esp32ulp with espressifs own published version (#4155)
|
2022-12-07 16:01:26 +13:00 |
|
pistifonok
|
4a3b628946
|
Fixed deep sleep for ESP32C3 (#4143)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2022-12-07 15:59:25 +13:00 |
|
Jesse Hills
|
4ffdc38cf5
|
Add sn74hc165 input shift register (#4151)
|
2022-12-07 12:10:25 +13:00 |
|
Dennis
|
f83f1bff19
|
Invalid config for waveshare models with no full_update_every (#4066)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2022-12-07 11:53:20 +13:00 |
|
Jesse Hills
|
9370ff3dfa
|
Allow dashboard import to pull complete file from github (#3982)
|
2022-12-07 07:29:56 +13:00 |
|
Jesse Hills
|
2053b02c61
|
Add reports fahrenheit to tuya climate (#4032)
|
2022-12-07 07:29:18 +13:00 |
|
Jesse Hills
|
f34e797a0d
|
Change 4 chip limit on sn74hc595 to 256 (#4108)
|
2022-12-07 07:23:07 +13:00 |
|
Samuel Sieb
|
30a2fc1273
|
fix switch initialization (#4153)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
fixes https://github.com/esphome/issues/issues/3878
|
2022-12-06 23:25:19 +13:00 |
|
Matthew Schinckel
|
48da5ef1c4
|
Use ENTITY_CATEGORY_CONFIG for sprinkler config switches. (#4141)
Update esphome/components/sprinkler/__init__.py
Co-Authored-By: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
|
2022-12-05 21:00:48 -06:00 |
|
J. Nick Koston
|
dbbbba3cf8
|
Fix crash with bluetooth tracker and esp-idf (#4140)
|
2022-12-06 08:49:39 +13:00 |
|
dependabot[bot]
|
16e523ca68
|
Bump pylint from 2.15.7 to 2.15.8 (#4148)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-06 08:46:29 +13:00 |
|
J. Nick Koston
|
3b2bbd306f
|
Detect BLE stack unrecoverable state (#4128)
|
2022-12-06 07:42:51 +13:00 |
|
Jesse Hills
|
54caed36f7
|
Fix mismatched flake8 version in pre-commit (#4145)
|
2022-12-05 19:50:11 +13:00 |
|
Jesse Hills
|
dfcccda69e
|
Fix board pin alias lookup (#4147)
|
2022-12-05 19:46:00 +13:00 |
|
dependabot[bot]
|
de352c1609
|
Bump esptool from 3.3.1 to 4.4 (#4071)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2022-12-05 10:08:22 +13:00 |
|
dependabot[bot]
|
c30068fc97
|
Bump aioesphomeapi from 12.2.0 to 12.2.1 (#4133)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-05 10:00:25 +13:00 |
|
Jesse Hills
|
f28f712827
|
Bump arduino pico and update wifi methods (#4144)
|
2022-12-05 08:55:38 +13:00 |
|
Jesse Hills
|
b63ade298f
|
Fix queuing scripts not compiling (#4077)
|
2022-12-01 13:17:44 +13:00 |
|
Nicolas Graziano
|
f117d4f50a
|
Dashboard, after login use relative url. (#4103)
|
2022-12-01 13:15:32 +13:00 |
|
dependabot[bot]
|
6e4267b797
|
Bump flake8 from 5.0.4 to 6.0.0 (#4084)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-01 13:11:31 +13:00 |
|
Jesse Hills
|
2dd032475b
|
Allow global setting of compile process limit (#4081)
|
2022-12-01 12:51:01 +13:00 |
|
dependabot[bot]
|
db0ed055dd
|
Bump pylint from 2.15.6 to 2.15.7 (#4127)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-01 12:49:37 +13:00 |
|
Javier Peletier
|
106c1bfac2
|
fix RESTORE_INVERTED switch:restore_mode (#4129)
fixes https://github.com/esphome/esphome/pull/3648
|
2022-12-01 12:49:15 +13:00 |
|
Jesse Hills
|
eb2a0f45db
|
current-based cover fix copy paste mistake (#4124)
|
2022-11-30 10:59:20 +13:00 |
|
Jesse Hills
|
2b4fdd6c39
|
Allow auto setting of ble client id if there is only 1 in config (#4125)
|
2022-11-30 10:59:02 +13:00 |
|
Patrick Collins
|
3669320398
|
PID Climate - deadband and output sampling (#3254)
|
2022-11-30 10:58:43 +13:00 |
|
Javier Peletier
|
d706f40ce1
|
modbus_switch: honor switch:restore_mode (#4122)
|
2022-11-30 10:44:31 +13:00 |
|
J. Nick Koston
|
027284c29c
|
Speed up uuid parsing when fetching the service list (#4121)
|
2022-11-30 10:11:48 +13:00 |
|
Javier Peletier
|
c55e01ff3f
|
FIX: Unnecessary flash writes by ModbusSwitch component (#3648)
|
2022-11-30 10:05:40 +13:00 |
|
J. Nick Koston
|
a59ce7bfa2
|
Avoid parsing services with v3 connections without cache (#4117)
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Co-authored-by: Maurice Makaay <account+github@makaay.nl>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2022-11-30 09:40:31 +13:00 |
|