mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 09:51:20 +01:00
commit
adb5d27d95
@ -1,6 +1,6 @@
|
||||
"""Constants used by esphome."""
|
||||
|
||||
__version__ = "2021.10.0b9"
|
||||
__version__ = "2021.10.0b10"
|
||||
|
||||
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"
|
||||
|
||||
|
@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user