We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91611b0 + 3e9c7f2 commit 6ef57a2Copy full SHA for 6ef57a2
esphome/const.py
@@ -1,6 +1,6 @@
1
"""Constants used by esphome."""
2
3
-__version__ = "2021.10.0b6"
+__version__ = "2021.10.0b7"
4
5
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"
6
requirements.txt
@@ -9,7 +9,7 @@ pyserial==3.5
9
platformio==5.2.1
10
esptool==3.1
11
click==8.0.3
12
-esphome-dashboard==20211015.0
+esphome-dashboard==20211019.0
13
aioesphomeapi==9.1.5
14
15
# esp-idf requires this, but doesn't bundle it by default
0 commit comments