Merge pull request #2730 from esphome/bump-2021.11.0b6

2021.11.0b6
This commit is contained in:
Jesse Hills 2021-11-16 10:53:11 +13:00 committed by GitHub
commit 024632dbd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
"""Constants used by esphome.""" """Constants used by esphome."""
__version__ = "2021.11.0b5" __version__ = "2021.11.0b6"
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_" ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"

View file

@ -11,6 +11,7 @@ esptool==3.2
click==8.0.3 click==8.0.3
esphome-dashboard==20211021.1 esphome-dashboard==20211021.1
aioesphomeapi==10.2.0 aioesphomeapi==10.2.0
zeroconf==0.36.13
# esp-idf requires this, but doesn't bundle it by default # esp-idf requires this, but doesn't bundle it by default
# https://github.com/espressif/esp-idf/blob/220590d599e134d7a5e7f1e683cc4550349ffbf8/requirements.txt#L24 # https://github.com/espressif/esp-idf/blob/220590d599e134d7a5e7f1e683cc4550349ffbf8/requirements.txt#L24