Keith Burzinski
c0ad5d1d16
Initial attempt at supporting ESP-IDF 5.0.0 ( #4364 )
...
* requirements: add pyparsing >= 3.0
ESP-IDF >= 5.0 requires pyparsing's rest_of_file, which was introduced
in version 3.0.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* esp32: fix build with ESP-IDF >= 5
We need to include esp_timer.h to be able to use esp_timer_get_time().
This header existed in ESP-IDF < 5 so we don't need if guards.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* ota: fix build with ESP-IDF >= 5
As of version 5, esp_task_wdt_init() takes a struct as argument. We also
need to include spi_flash_mmap.h.
[split unrelated change into separate commits, maintain ESP-IDF < 5
compat, use esp_task_wdt_reconfigure, add commit message]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* core: fix build with ESP-IDF >= 5
These header files already existed in ESP-IDF < 5 so skip if guards.
[add commit message]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* wifi: fix build with ESP-IDF >= 5
ESP-IDF 4.1 introduced the esp-netif API as successor to the tcp_adapter
API. The tcp_adapter API was removed in ESP-IDF 5.0.0. Part of the wifi
component was already migrated to the new API. Migrate the leftover uses
of the old API to the new API to fix build on ESP-IDF >= 5.
The version of ESP-IDF currently in use (4.4.4) supports the new API, so
we don't need any if guards to maintain backwards compatibility.
Also replace xQueueHandle, which is a pre FreeRTOS v8.0.0 data type,
with QueueHandle_t, so we don't need to enable backward compatibility
(CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY).
This reverts part of commit d42f35de5d
to wifi_component_esp_idf.cpp,
as the esp-netif API handles that internally.
[replace pre FreeRTOS v8.0.0 data type, add commit message]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* mdns: fix build with ESP-IDF >= 5
In ESP-IDF 5.0.0, the mdns component was removed and moved to another
repository. Since the mdns component in esphome is always built, we
need to add the mdns component from the esp-protocols repository. This
component depends on ESP-IDF >= 5.0, so we need to add a version guard.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* docker: install python3-venv
As of version 6.0.1, platform-espressif32 requires python3-venv.
Switching between esp-idf 4.4.4 and 5.0 causes problems with esp-idf
python dependencies installed by PlatformIO. They've solved this by
using venv. Install python3-venv so that platform-espressif32 6.0.1 and
later can be used, and we don't need to wipe the dependencies manually
when switching esp-idf versions.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
---------
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Co-authored-by: Stijn Tintel <stijn@linux-ipv6.be>
2023-04-20 03:54:06 +00:00
dependabot[bot]
0643b71908
Bump aioesphomeapi from 13.5.1 to 13.7.0 ( #4676 )
...
Bumps [aioesphomeapi](https://github.com/esphome/aioesphomeapi ) from 13.5.1 to 13.7.0.
- [Release notes](https://github.com/esphome/aioesphomeapi/releases )
- [Commits](https://github.com/esphome/aioesphomeapi/compare/v13.5.1...v13.7.0 )
---
updated-dependencies:
- dependency-name: aioesphomeapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 05:31:47 +00:00
dependabot[bot]
888ac2e180
Bump zeroconf from 0.47.4 to 0.56.0 ( #4674 )
...
Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf ) from 0.47.4 to 0.56.0.
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases )
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python-zeroconf/python-zeroconf/compare/0.47.4...0.56.0 )
---
updated-dependencies:
- dependency-name: zeroconf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 22:29:22 +00:00
dependabot[bot]
cc317d27f5
Bump zeroconf from 0.47.3 to 0.47.4 ( #4597 )
...
Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf ) from 0.47.3 to 0.47.4.
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases )
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python-zeroconf/python-zeroconf/compare/0.47.3...0.47.4 )
---
updated-dependencies:
- dependency-name: zeroconf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-23 18:38:20 +00:00
dependabot[bot]
48ada2eebb
Bump aioesphomeapi from 13.5.0 to 13.5.1 ( #4572 )
...
Bumps [aioesphomeapi](https://github.com/esphome/aioesphomeapi ) from 13.5.0 to 13.5.1.
- [Release notes](https://github.com/esphome/aioesphomeapi/releases )
- [Commits](https://github.com/esphome/aioesphomeapi/compare/v13.5.0...v13.5.1 )
---
updated-dependencies:
- dependency-name: aioesphomeapi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-19 18:54:18 +00:00
dependabot[bot]
bb5ab8b36d
Bump esptool from 4.5 to 4.5.1 ( #4497 )
...
Bumps [esptool](https://github.com/espressif/esptool ) from 4.5 to 4.5.1.
- [Release notes](https://github.com/espressif/esptool/releases )
- [Commits](https://github.com/espressif/esptool/compare/v4.5...v4.5.1 )
---
updated-dependencies:
- dependency-name: esptool
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 06:38:05 +00:00
dependabot[bot]
3227ef4bca
Bump aioesphomeapi from 13.4.0 to 13.5.0 ( #4525 )
...
Bumps [aioesphomeapi](https://github.com/esphome/aioesphomeapi ) from 13.4.0 to 13.5.0.
- [Release notes](https://github.com/esphome/aioesphomeapi/releases )
- [Commits](https://github.com/esphome/aioesphomeapi/compare/v13.4.0...v13.5.0 )
---
updated-dependencies:
- dependency-name: aioesphomeapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 04:07:15 +00:00
dependabot[bot]
8fb481751f
Bump esptool from 4.4 to 4.5 ( #4428 )
...
Bumps [esptool](https://github.com/espressif/esptool ) from 4.4 to 4.5.
- [Release notes](https://github.com/espressif/esptool/releases )
- [Commits](https://github.com/espressif/esptool/compare/v4.4...v4.5 )
---
updated-dependencies:
- dependency-name: esptool
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 23:01:49 +00:00
dependabot[bot]
48e76e1538
Bump aioesphomeapi from 13.3.1 to 13.4.0 ( #4472 )
...
Bumps [aioesphomeapi](https://github.com/esphome/aioesphomeapi ) from 13.3.1 to 13.4.0.
- [Release notes](https://github.com/esphome/aioesphomeapi/releases )
- [Commits](https://github.com/esphome/aioesphomeapi/compare/v13.3.1...v13.4.0 )
---
updated-dependencies:
- dependency-name: aioesphomeapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 22:29:20 +00:00
dependabot[bot]
30eec5adee
Bump zeroconf from 0.47.1 to 0.47.3 ( #4437 )
...
Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf ) from 0.47.1 to 0.47.3.
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases )
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python-zeroconf/python-zeroconf/compare/0.47.1...0.47.3 )
---
updated-dependencies:
- dependency-name: zeroconf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-15 06:19:03 +00:00
dependabot[bot]
025cf6320f
Bump aioesphomeapi from 13.1.0 to 13.3.1 ( #4427 )
...
Bumps [aioesphomeapi](https://github.com/esphome/aioesphomeapi ) from 13.1.0 to 13.3.1.
- [Release notes](https://github.com/esphome/aioesphomeapi/releases )
- [Commits](https://github.com/esphome/aioesphomeapi/compare/v13.1.0...v13.3.1 )
---
updated-dependencies:
- dependency-name: aioesphomeapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 22:56:14 +00:00
dependabot[bot]
b4068dac56
Bump platformio from 6.1.5 to 6.1.6 ( #4341 )
...
* Bump platformio from 6.1.5 to 6.1.6
Bumps [platformio](https://github.com/platformio/platformio ) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/platformio/platformio/releases )
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst )
- [Commits](https://github.com/platformio/platformio/compare/v6.1.5...v6.1.6 )
---
updated-dependencies:
- dependency-name: platformio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update dockerfile
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-13 22:41:14 +00:00
Jesse Hills
458d6e24fc
Bump esphome-dashboard to 20230214.0 ( #4431 )
2023-02-14 11:38:37 +13:00
Jesse Hills
66a3361e9d
Bump esphome-dashboard to 20230120.0 ( #4319 )
2023-01-20 11:29:37 +13:00
dependabot[bot]
05420291ce
Bump aioesphomeapi from 13.0.2 to 13.1.0 ( #4301 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-17 12:08:11 +13:00
Jesse Hills
c301ae3645
Add friendly_name to device ( #4296 )
2023-01-17 10:28:09 +13:00
J. Nick Koston
1511a6ebcd
Bump zeroconf to 0.47.1 ( #4268 )
2023-01-09 14:14:06 +13:00
Paulus Schoutsen
ecac26aeba
Bump dashboard to 20221231.0 ( #4248 )
2022-12-31 14:40:50 -05:00
dependabot[bot]
7a2bb32843
Bump aioesphomeapi from 13.0.1 to 13.0.2 ( #4188 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-22 18:40:00 +13:00
Jesse Hills
eef578f4b8
Bump esphome-dashboard to 20221213.0 ( #4176 )
2022-12-13 08:14:18 +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]
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
dependabot[bot]
a6196267c9
Bump aioesphomeapi from 12.0.0 to 12.2.0 ( #4120 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-30 08:30:18 +13:00
dependabot[bot]
195c78846f
Bump aioesphomeapi from 11.4.3 to 12.0.0 ( #4070 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-23 09:45:07 +13:00
dependabot[bot]
0ae61410d2
Bump colorama from 0.4.5 to 0.4.6 ( #4010 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-10 09:36:53 +13:00
Jesse Hills
5a0bf9fee9
Bump esphome-dashboard to 20221109.0 ( #4006 )
2022-11-09 16:46:44 +13:00
dependabot[bot]
02b15dbc4a
Bump platformio from 6.1.4 to 6.1.5 ( #4004 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-11-09 12:03:39 +13:00
dependabot[bot]
ed316b1ce3
Bump aioesphomeapi from 11.4.2 to 11.4.3 ( #4002 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 11:49:09 +13:00
dependabot[bot]
65fbfa2097
Bump zeroconf from 0.39.1 to 0.39.4 ( #3979 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 19:14:13 +13:00
dependabot[bot]
5cf257b251
Bump aioesphomeapi from 10.13.0 to 11.4.2 ( #3987 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 20:30:23 +13:00
dependabot[bot]
3a689112fd
Bump tornado from 6.1 to 6.2 ( #3620 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-28 13:29:10 +13:00
Jesse Hills
615288c151
Bump esphome-dashboard to 20221020.0 ( #3920 )
2022-10-20 08:59:41 -04:00
dependabot[bot]
a21c3e8e2d
Bump platformio from 6.0.2 to 6.1.4 ( #3711 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-10-20 12:49:11 +13:00
Jesse Hills
6087183a0c
Bump esphome-dashboard to 20221007.0 ( #3881 )
2022-10-07 15:20:13 +13:00
Guillermo Ruffino
ce2e161b08
Bump dashboard to 20220925.0 ( #3846 )
2022-09-25 18:16:30 -03:00
Guillermo Ruffino
68ea59f3ae
Bump dashboard to 20220920.1 ( #3834 )
2022-09-21 12:32:53 +12:00
Paulus Schoutsen
3572c62315
Bump dashboard to 20220920.0 ( #3831 )
2022-09-21 07:35:46 +12:00
Paulus Schoutsen
b2db524366
Bump dashboard to 20220919.1 ( #3828 )
2022-09-20 17:13:59 +12:00
dependabot[bot]
9ff187c3f8
Bump zeroconf from 0.39.0 to 0.39.1 ( #3782 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 10:32:33 +12:00
dependabot[bot]
71697df2b6
Bump aioesphomeapi from 10.11.0 to 10.13.0 ( #3740 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-31 16:53:36 +12:00
dependabot[bot]
df853bf61e
Bump zeroconf from 0.38.7 to 0.39.0 ( #3694 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 19:19:13 +12:00
dependabot[bot]
d56c53c848
Bump aioesphomeapi from 10.10.0 to 10.11.0 ( #3669 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 13:53:30 +12:00
dependabot[bot]
fe535939a3
Bump colorama from 0.4.4 to 0.4.5 ( #3614 )
2022-06-30 12:42:35 +02:00
dependabot[bot]
f82b46c16b
Bump zeroconf from 0.38.4 to 0.38.7 ( #3562 )
...
Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf ) from 0.38.4 to 0.38.7.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases )
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.38.4...0.38.7 )
---
updated-dependencies:
- dependency-name: zeroconf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 11:06:22 +02:00
dependabot[bot]
988f15e6af
Bump aioesphomeapi from 10.8.2 to 10.10.0 ( #3590 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-21 17:19:41 +12:00
Jesse Hills
311a48c64e
Bump platformio to 6.0.2 ( #3566 )
2022-06-21 11:53:51 +12:00
dependabot[bot]
2dc2aec954
Bump esptool from 3.3 to 3.3.1 ( #3468 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-13 13:44:24 +12:00
dependabot[bot]
e5b3625f73
Bump click from 8.1.2 to 8.1.3 ( #3426 )
...
Bumps [click](https://github.com/pallets/click ) from 8.1.2 to 8.1.3.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/8.1.2...8.1.3 )
---
updated-dependencies:
- dependency-name: click
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-09 19:22:47 +12:00
Paulus Schoutsen
6f88f0ea3f
Bump dashboard to 20220508.0 ( #3448 )
2022-05-09 17:17:21 +12:00
dependabot[bot]
c2cacb3478
Bump voluptuous from 0.13.0 to 0.13.1 ( #3364 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 09:23:13 +12:00
dependabot[bot]
d48ffa2913
Bump tzlocal from 4.1 to 4.2 ( #3356 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 19:39:45 +02:00
dependabot[bot]
d97c3a7e01
Bump voluptuous from 0.12.2 to 0.13.0 ( #3355 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 19:37:35 +02:00
dependabot[bot]
c54c20ab3c
Bump click from 8.0.4 to 8.1.2 ( #3351 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 19:10:53 +02:00
dependabot[bot]
d8024a5928
Bump esptool from 3.2 to 3.3 ( #3327 )
...
Bumps [esptool](https://github.com/espressif/esptool ) from 3.2 to 3.3.
- [Release notes](https://github.com/espressif/esptool/releases )
- [Commits](https://github.com/espressif/esptool/compare/v3.2...v3.3 )
---
updated-dependencies:
- dependency-name: esptool
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-24 14:29:43 +13:00
dependabot[bot]
6bf733e24e
Bump click from 8.0.3 to 8.0.4 ( #3248 )
...
Bumps [click](https://github.com/pallets/click ) from 8.0.3 to 8.0.4.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/8.0.3...8.0.4 )
---
updated-dependencies:
- dependency-name: click
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-09 13:27:56 +01:00
dependabot[bot]
65d3e8fbfc
Bump zeroconf from 0.38.3 to 0.38.4 ( #3257 )
...
Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf ) from 0.38.3 to 0.38.4.
- [Release notes](https://github.com/jstasiak/python-zeroconf/releases )
- [Commits](https://github.com/jstasiak/python-zeroconf/compare/0.38.3...0.38.4 )
---
updated-dependencies:
- dependency-name: zeroconf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-09 13:27:33 +01:00
Jesse Hills
900b4f1af9
Bump esphome-dashboard to 20220309.0 ( #3277 )
2022-03-09 10:27:54 +13:00
Otto Winter
8dae7f8225
Bump esphome-dashboard from 20220209.0 to 20220219.0 ( #3231 )
2022-02-19 15:57:52 +01:00
dependabot[bot]
cc0c1c08b9
Bump platformio from 5.2.4 to 5.2.5 ( #3188 )
...
* Bump platformio from 5.2.4 to 5.2.5
Bumps [platformio](https://github.com/platformio/platformio ) from 5.2.4 to 5.2.5.
- [Release notes](https://github.com/platformio/platformio/releases )
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst )
- [Commits](https://github.com/platformio/platformio/commits )
---
updated-dependencies:
- dependency-name: platformio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update requirements.txt
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2022-02-11 13:57:46 +01:00
dependabot[bot]
335512e232
Bump aioesphomeapi from 10.8.1 to 10.8.2 ( #3182 )
2022-02-09 20:13:02 +01:00
Jesse Hills
5c22065135
Change most references from hassio to ha-addon ( #3178 )
2022-02-09 23:46:20 +13:00
dependabot[bot]
7cb6729fa7
Bump aioesphomeapi from 10.8.0 to 10.8.1 ( #3110 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 08:37:35 +13:00
dependabot[bot]
ec769ccf72
Bump aioesphomeapi from 10.6.0 to 10.8.0 ( #3081 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-21 00:09:12 +01:00
Paulus Schoutsen
514204f0d4
bump dashboard to 20220116.0 ( #3061 )
2022-01-18 08:44:18 +13:00
Paulus Schoutsen
2a8668ea60
Bump dashboard to 20220113.2 ( #3041 )
2022-01-12 23:22:19 -08:00
Jesse Hills
ee58ad1ac0
Bump esphome-dashboard to 20220113.1 ( #3038 )
2022-01-13 10:52:57 +13:00
Oxan van Leeuwen
e62c3e00c1
Bump PlatformIO to 5.2.4 and zeroconf to 0.37.0 ( #3007 )
2022-01-06 16:36:23 +01:00
Jesse Hills
8375e1d64d
Bump esphome-dashboard to 20211211.0 ( #2904 )
2021-12-11 21:03:41 +13:00
Jesse Hills
58fb7a02f6
Bump esphome-dashboard to 20211208.0 ( #2887 )
2021-12-08 12:42:50 +13:00
Jesse Hills
5404617d43
Bump esphome-dashboard to 20211207.0 ( #2877 )
2021-12-07 07:41:40 +13:00
Jesse Hills
ef44acbf10
Bump esphome-dashboard to 20211206.0 ( #2870 )
2021-12-06 19:42:49 +13:00
Jesse Hills
5719cc1a24
Bump esphome-dashboard to 20211201.0 ( #2842 )
2021-12-01 16:54:30 +13:00
dependabot[bot]
0f47ffd908
Bump aioesphomeapi from 10.2.0 to 10.6.0 ( #2840 )
2021-11-30 16:17:48 +01:00
Jesse Hills
0809673ba9
Add zeroconf as a direct dependency and lock the version ( #2729 )
2021-11-16 09:53:52 +13:00
dependabot[bot]
b12c7432e0
Bump tzlocal from 4.0.2 to 4.1 ( #2645 )
2021-10-30 20:12:57 +02:00
dependabot[bot]
7e54f97003
Bump aioesphomeapi from 10.1.0 to 10.2.0 ( #2642 )
...
Bumps [aioesphomeapi](https://github.com/esphome/aioesphomeapi ) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/esphome/aioesphomeapi/releases )
- [Commits](https://github.com/esphome/aioesphomeapi/compare/v10.1.0...v10.2.0 )
---
updated-dependencies:
- dependency-name: aioesphomeapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-28 21:24:48 +02:00
dependabot[bot]
b3d7cc637b
Bump aioesphomeapi from 10.0.3 to 10.1.0 ( #2638 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-28 09:17:30 +13:00
dependabot[bot]
68316cbcf9
Bump esptool from 3.1 to 3.2 ( #2632 )
2021-10-26 22:14:44 +02:00
dependabot[bot]
2f4b9263c3
Bump tzlocal from 4.0.1 to 4.0.2 ( #2631 )
2021-10-26 22:12:37 +02:00
dependabot[bot]
1468acfced
Bump tzlocal from 3.0 to 4.0.1 ( #2553 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-10-21 22:46:05 +02:00
dependabot[bot]
b141aea4c0
Bump aioesphomeapi from 10.0.0 to 10.0.3 ( #2595 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 20:54:12 +02:00
dependabot[bot]
5389382798
Bump paho-mqtt from 1.6.0 to 1.6.1 ( #2596 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 20:09:29 +02:00
dependabot[bot]
f408f074c4
Bump platformio from 5.2.1 to 5.2.2 ( #2569 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-10-21 20:01:27 +02:00
dependabot[bot]
f1f2640d0e
Bump esphome-dashboard from 20211021.0 to 20211021.1 ( #2594 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 20:01:03 +02:00
Otto Winter
c248ba4043
Fix platformio version in Dockerfile doesn't match requirements ( #2582 )
2021-10-21 14:53:08 +02:00
dependabot[bot]
c51b509501
Bump paho-mqtt from 1.5.1 to 1.6.0 ( #2568 )
...
Bumps [paho-mqtt](https://github.com/eclipse/paho.mqtt.python ) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/eclipse/paho.mqtt.python/releases )
- [Changelog](https://github.com/eclipse/paho.mqtt.python/blob/master/ChangeLog.txt )
- [Commits](https://github.com/eclipse/paho.mqtt.python/commits )
---
updated-dependencies:
- dependency-name: paho-mqtt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-20 22:59:46 +02:00
Jesse Hills
7cfede5b83
Bump esphome-dashboard to 20211021.0 ( #2564 )
2021-10-21 07:08:34 +13:00
Jesse Hills
bcc77c73e1
Bump esphome-dashboard to 20211020.1 ( #2559 )
2021-10-20 16:17:00 +13:00
Jesse Hills
cb48394e8a
Bump dashboard to 20211020.0 ( #2556 )
2021-10-20 10:53:49 +13:00
Jesse Hills
03cfd78c59
Bump dashboard to 20211019.0 ( #2549 )
2021-10-19 15:16:39 +13:00
Paulus Schoutsen
12fce7a08d
Bump dashboard to 20211015.0 ( #2525 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-10-17 20:26:59 +13:00
dependabot[bot]
653a3d5d11
Bump aioesphomeapi from 9.1.5 to 10.0.0 ( #2508 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-10-15 22:05:04 +02:00
dependabot[bot]
935992bcb3
Bump pyyaml from 5.4.1 to 6.0 ( #2521 )
...
Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 5.4.1 to 6.0.
- [Release notes](https://github.com/yaml/pyyaml/releases )
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/5.4.1...6.0 )
---
updated-dependencies:
- dependency-name: pyyaml
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 19:38:09 +02:00
dependabot[bot]
ea56a39e11
Bump esphome-dashboard from 20211006.0 to 20211011.1 ( #2484 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-11 17:21:04 +02:00
dependabot[bot]
55e9560e74
Bump platformio from 5.2.0 to 5.2.1 ( #2482 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-11 16:58:51 +02:00
dependabot[bot]
11d2866755
Bump click from 8.0.1 to 8.0.3 ( #2481 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-11 16:45:27 +02:00
Jesse Hills
9ff8240802
Bump esphome-dashboard to 20211006.0 ( #2451 )
2021-10-06 11:45:01 +13:00
dependabot[bot]
b8b30599ee
Bump aioesphomeapi from 9.1.4 to 9.1.5 ( #2449 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-06 11:29:30 +13:00
dependabot[bot]
e09ee8f23d
Bump aioesphomeapi from 9.1.2 to 9.1.4 ( #2443 )
2021-10-05 14:49:55 +02:00
Otto Winter
912793eddf
Convert time to use tzdata ( #2425 )
2021-10-03 14:10:53 +02:00
dependabot[bot]
15ab8918af
Bump aioesphomeapi from 9.1.1 to 9.1.2 ( #2426 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-02 15:20:12 +02:00
Paulus Schoutsen
6417d8132d
bump dashboard to 20210927.0 ( #2405 )
2021-09-27 23:08:21 +02:00
dependabot[bot]
aea2491fa4
Bump voluptuous from 0.12.1 to 0.12.2 ( #2381 )
2021-09-23 23:36:19 +02:00
dependabot[bot]
f463cd98f8
Bump tzlocal from 2.1 to 3.0 ( #2294 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto winter <otto@otto-winter.com>
2021-09-22 19:50:11 +02:00
Otto Winter
e65a7d887f
Bump aioesphomeapi to 9.1.1 ( #2350 )
2021-09-20 12:02:37 +02:00
Otto Winter
ac0d921413
ESP-IDF support and generic target platforms ( #2303 )
...
* Socket refactor and SSL
* esp-idf temp
* Fixes
* Echo component and noise
* Add noise API transport support
* Updates
* ESP-IDF
* Complete
* Fixes
* Fixes
* Versions update
* New i2c APIs
* Complete i2c refactor
* SPI migration
* Revert ESP Preferences migration, too complex for now
* OTA support
* Remove echo again
* Remove ssl again
* GPIOFlags updates
* Rename esphal and ICACHE_RAM_ATTR
* Make ESP32 arduino compilable again
* Fix GPIO flags
* Complete pin registry refactor and fixes
* Fixes to make test1 compile
* Remove sdkconfig file
* Ignore sdkconfig file
* Fixes in reviewing
* Make test2 compile
* Make test4 compile
* Make test5 compile
* Run clang-format
* Fix lint errors
* Use esp-idf APIs instead of btStart
* Another round of fixes
* Start implementing ESP8266
* Make test3 compile
* Guard esp8266 code
* Lint
* Reformat
* Fixes
* Fixes v2
* more fixes
* ESP-IDF tidy target
* Convert ARDUINO_ARCH_ESPxx
* Update WiFiSignalSensor
* Update time ifdefs
* OTA needs millis from hal
* RestartSwitch needs delay from hal
* ESP-IDF Uart
* Fix OTA blank password
* Allow setting sdkconfig
* Fix idf partitions and allow setting sdkconfig from yaml
* Re-add read/write compat APIs and fix esp8266 uart
* Fix esp8266 store log strings in flash
* Fix ESP32 arduino preferences not initialized
* Update ifdefs
* Change how sdkconfig change is detected
* Add checks to ci-custom and fix them
* Run clang-format
* Add esp-idf clang-tidy target and fix errors
* Fixes from clang-tidy idf round 2
* Fixes from compiling tests with esp-idf
* Run clang-format
* Switch test5.yaml to esp-idf
* Implement ESP8266 Preferences
* Lint
* Re-do PIO package version selection a bit
* Fix arduinoespressif32 package version
* Fix unit tests
* Lint
* Lint fixes
* Fix readv/writev not defined
* Fix graphing component
* Re-add all old options from core/config.py
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-09-20 11:47:51 +02:00
dependabot[bot]
607ddaa632
Bump aioesphomeapi from 9.0.0 to 9.1.0 ( #2306 )
2021-09-15 18:02:28 +02:00
dependabot[bot]
c5d26a5b4a
Bump click from 7.1.2 to 8.0.1 ( #1824 )
...
Bumps [click](https://github.com/pallets/click ) from 7.1.2 to 8.0.1.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/7.1.2...8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-14 10:26:49 +02:00
Otto Winter
855112dfc3
API Noise logging ( #2298 )
2021-09-14 09:53:37 +02:00
Otto Winter
b9767bdcbc
Bump platformio to 5.2.0 ( #2291 )
2021-09-13 21:16:13 +02:00
Otto Winter
a2d2863c72
Revert "Bump tzlocal from 2.1 to 3.0 ( #2154 )" ( #2289 )
...
This reverts commit e0cff214b2
.
2021-09-13 17:22:24 +02:00
dependabot[bot]
e0cff214b2
Bump tzlocal from 2.1 to 3.0 ( #2154 )
...
Bumps [tzlocal](https://github.com/regebro/tzlocal ) from 2.1 to 3.0.
- [Release notes](https://github.com/regebro/tzlocal/releases )
- [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt )
- [Commits](https://github.com/regebro/tzlocal/compare/2.1...3.0 )
---
updated-dependencies:
- dependency-name: tzlocal
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-13 11:25:28 +02:00
Jesse Hills
f87a701b28
Bump dashboard to 20210908.0 and fix card names for yml ( #2258 )
2021-09-08 17:14:12 +12:00
Jesse Hills
f923ba87c0
Bump dashboard to 20210826.0 ( #2211 )
2021-08-30 09:41:14 +12:00
dependabot[bot]
4c8a703084
Bump esptool from 2.8 to 3.1 ( #1839 )
...
Bumps [esptool](https://github.com/espressif/esptool ) from 2.8 to 3.1.
- [Release notes](https://github.com/espressif/esptool/releases )
- [Commits](https://github.com/espressif/esptool/compare/v2.8...v3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-03 08:49:45 +02:00
Jesse Hills
b9259a0238
Bump esphome dashboard to 20210728.0 ( #2081 )
2021-07-28 15:18:31 +12:00
Paulus Schoutsen
9b5a3cbcd3
Bump dashboard to 20210719.0 ( #2043 )
2021-07-19 21:44:39 -07:00
dependabot[bot]
4f88c2489b
Bump protobuf from 3.17.0 to 3.17.3 ( #1986 )
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.17.0 to 3.17.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.17.0...v3.17.3 )
---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-09 23:27:08 +02:00
Jesse Hills
5fca480921
Bump dashboard to 20210623.0 ( #1958 )
2021-06-24 12:38:59 +12:00
Jesse Hills
61ebc629f6
Bump esphome-dashboard to 20210622.0 ( #1955 )
2021-06-22 22:15:11 -07:00
Paulus Schoutsen
027e0de48e
Bump dashboard to 20210621.0 ( #1946 )
2021-06-22 16:17:46 +12:00
Paulus Schoutsen
ef1e91d838
Update dashboard to 20210617.0 ( #1930 )
2021-06-18 07:35:54 +12:00
Paulus Schoutsen
25b116048c
Bump dashboard to 20210615.0 ( #1918 )
2021-06-16 09:04:17 +12:00
Paulus Schoutsen
d781f3a11b
Bump frontend to 20210614.0 ( #1912 )
2021-06-15 20:18:27 +12:00
Paulus Schoutsen
9ad9d64ac7
Add new wizard + allow installing firmware over webserial ( #1887 )
2021-06-12 10:49:05 +12:00
dependabot[bot]
93d9d4b50a
Bump protobuf from 3.15.8 to 3.17.0 ( #1776 )
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.15.8 to 3.17.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.8...v3.17.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-24 11:23:29 +02:00
dependabot[bot]
af616473aa
Bump protobuf from 3.15.7 to 3.15.8 ( #1682 )
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.15.7 to 3.15.8.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.7...v3.15.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-09 10:14:38 +02:00
Otto Winter
99f14e03d4
Fix colorlog removing colors and refactor color code ( #1671 )
2021-04-08 13:58:01 +02:00
dependabot[bot]
e0c5b45694
Bump protobuf from 3.15.6 to 3.15.7 ( #1662 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2021-04-06 14:43:10 +02:00
dependabot[bot]
452ca8e4c6
Bump pyyaml from 5.3.1 to 5.4.1 ( #1482 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2021-03-20 18:58:26 +01:00
dependabot[bot]
e51b0ca15e
Bump protobuf from 3.13.0 to 3.15.6 ( #1607 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2021-03-20 18:58:08 +01:00
dependabot[bot]
251240cc90
Bump platformio from 5.1.0 to 5.1.1 ( #1618 )
...
Bumps [platformio](https://github.com/platformio/platformio ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/platformio/platformio/releases )
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst )
- [Commits](https://github.com/platformio/platformio/compare/v5.1.0...v5.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-19 21:29:26 +13:00
dependabot[bot]
c17624adab
Bump platformio from 5.0.4 to 5.1.0 ( #1581 )
...
Bumps [platformio](https://github.com/platformio/platformio ) from 5.0.4 to 5.1.0.
- [Release notes](https://github.com/platformio/platformio/releases )
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst )
- [Commits](https://github.com/platformio/platformio/compare/v5.0.4...v5.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-06 18:41:19 -03:00
dependabot[bot]
1883ce1876
Bump pytz from 2020.5 to 2021.1 ( #1575 )
...
Bumps [pytz](https://github.com/stub42/pytz ) from 2020.5 to 2021.1.
- [Release notes](https://github.com/stub42/pytz/releases )
- [Commits](https://github.com/stub42/pytz/compare/release_2020.5...release_2021.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-03 15:42:19 -03:00
dependabot[bot]
521dfe08f2
Bump colorlog from 4.6.2 to 4.7.2 ( #1473 )
...
Bumps [colorlog](https://github.com/borntyping/python-colorlog ) from 4.6.2 to 4.7.2.
- [Release notes](https://github.com/borntyping/python-colorlog/releases )
- [Commits](https://github.com/borntyping/python-colorlog/compare/v4.6.2...v4.7.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-02 23:42:41 -03:00
dependabot[bot]
e7b1d2efaa
Bump voluptuous from 0.12.0 to 0.12.1 ( #1411 )
...
Bumps [voluptuous](https://github.com/alecthomas/voluptuous ) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/alecthomas/voluptuous/releases )
- [Changelog](https://github.com/alecthomas/voluptuous/blob/master/CHANGELOG.md )
- [Commits](https://github.com/alecthomas/voluptuous/compare/0.12.0...0.12.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 23:53:35 -03:00
Guillermo Ruffino
86385a1c19
Revert esptool to 2.8 ( #1460 )
...
Fixes https://github.com/esphome/issues/issues/1702
2021-01-11 11:33:43 -03:00
dependabot[bot]
9586fb95d1
Bump platformio from 5.0.3 to 5.0.4 ( #1444 )
...
Bumps [platformio](https://github.com/platformio/platformio ) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/platformio/platformio/releases )
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst )
- [Commits](https://github.com/platformio/platformio/compare/v5.0.3...v5.0.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 13:16:15 -03:00
dependabot[bot]
543f2c8152
Bump pytz from 2020.4 to 2020.5 ( #1430 )
...
Bumps [pytz](https://github.com/stub42/pytz ) from 2020.4 to 2020.5.
- [Release notes](https://github.com/stub42/pytz/releases )
- [Commits](https://github.com/stub42/pytz/compare/release_2020.4...release_2020.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-03 18:10:33 -03:00
dependabot[bot]
63c420254a
Bump esptool from 2.8 to 3.0 ( #1357 )
2020-12-18 10:07:29 -03:00
dependabot[bot]
be16d10b7d
Bump tornado from 6.0.4 to 6.1 ( #1353 )
...
Bumps [tornado](https://github.com/tornadoweb/tornado ) from 6.0.4 to 6.1.
- [Release notes](https://github.com/tornadoweb/tornado/releases )
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst )
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.0.4...v6.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 16:17:31 -03:00
dependabot[bot]
ff43b45113
Bump pyserial from 3.4 to 3.5 ( #1394 )
...
Bumps [pyserial](https://github.com/pyserial/pyserial ) from 3.4 to 3.5.
- [Release notes](https://github.com/pyserial/pyserial/releases )
- [Changelog](https://github.com/pyserial/pyserial/blob/master/CHANGES.rst )
- [Commits](https://github.com/pyserial/pyserial/compare/v3.4...v3.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 19:15:54 +13:00
Nikolay Vasilchuk
e42ce64127
Fixed logger broken by colorama ( #1385 )
2020-11-19 19:39:16 -03:00
dependabot[bot]
63d8071dbd
Bump platformio from 5.0.2 to 5.0.3 ( #1372 )
...
Bumps [platformio](https://github.com/platformio/platformio ) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/platformio/platformio/releases )
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst )
- [Commits](https://github.com/platformio/platformio/compare/v5.0.2...v5.0.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-17 13:15:16 -03:00
dependabot[bot]
eb5c4b7c4f
Bump colorlog from 4.4.0 to 4.6.2 ( #1367 )
...
Bumps [colorlog](https://github.com/borntyping/python-colorlog ) from 4.4.0 to 4.6.2.
- [Release notes](https://github.com/borntyping/python-colorlog/releases )
- [Commits](https://github.com/borntyping/python-colorlog/compare/v4.4.0...v4.6.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10 12:33:15 -03:00
dependabot[bot]
274741a9d5
Bump pytz from 2020.1 to 2020.4 ( #1354 )
...
Bumps [pytz](https://github.com/stub42/pytz ) from 2020.1 to 2020.4.
- [Release notes](https://github.com/stub42/pytz/releases )
- [Commits](https://github.com/stub42/pytz/compare/release_2020.1...release_2020.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-04 07:11:13 +13:00
dependabot[bot]
25c01adf51
Bump voluptuous from 0.11.7 to 0.12.0 ( #1296 )
...
Bumps [voluptuous](https://github.com/alecthomas/voluptuous ) from 0.11.7 to 0.12.0.
- [Release notes](https://github.com/alecthomas/voluptuous/releases )
- [Changelog](https://github.com/alecthomas/voluptuous/blob/master/CHANGELOG.md )
- [Commits](https://github.com/alecthomas/voluptuous/commits/v0.12.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-04 07:08:40 +13:00
dependabot[bot]
1a270374e0
Bump platformio from 5.0.1 to 5.0.2 ( #1355 )
...
Bumps [platformio](https://github.com/platformio/platformio ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/platformio/platformio/releases )
- [Changelog](https://github.com/platformio/platformio-core/blob/develop/HISTORY.rst )
- [Commits](https://github.com/platformio/platformio/compare/v5.0.1...v5.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 09:45:28 -03:00