We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c83dc7 + 7feffa6 commit 43bbd58Copy full SHA for 43bbd58
esphome/const.py
@@ -1,6 +1,6 @@
1
"""Constants used by esphome."""
2
3
-__version__ = "2021.10.0b8"
+__version__ = "2021.10.0b9"
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==20211019.0
+esphome-dashboard==20211020.0
13
aioesphomeapi==9.1.5
14
15
# esp-idf requires this, but doesn't bundle it by default
0 commit comments