Compare commits

...

4 Commits

Author SHA1 Message Date
Jesse Hills
adb5d27d95 Merge pull request #2561 from esphome/bump-2021.10.0b10
2021.10.0b10
2021-10-20 17:28:37 +13:00
Jesse Hills
8456a8cecb Bump version to 2021.10.0b10 2021-10-20 16:39:24 +13:00
Jesse Hills
b9f66373c1 Bump esphome-dashboard to 20211020.1 (#2559) 2021-10-20 16:39:16 +13:00
Jesse Hills
9ac365feef Fix HA addon so it does not have logout button (#2558) 2021-10-20 16:38:46 +13:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
"""Constants used by esphome."""
__version__ = "2021.10.0b9"
__version__ = "2021.10.0b10"
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"

View File

@@ -597,7 +597,7 @@ class MainRequestHandler(BaseHandler):
get_template_path("index"),
begin=begin,
**template_args(),
login_enabled=settings.using_auth,
login_enabled=settings.using_password,
)

View File

@@ -9,7 +9,7 @@ pyserial==3.5
platformio==5.2.1
esptool==3.1
click==8.0.3
esphome-dashboard==20211020.0
esphome-dashboard==20211020.1
aioesphomeapi==9.1.5
# esp-idf requires this, but doesn't bundle it by default