mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
Bump dashboard to 20210908.0 and fix card names for yml (#2258)
This commit is contained in:
parent
fa2eb46cd6
commit
f87a701b28
2 changed files with 2 additions and 2 deletions
|
@ -431,7 +431,7 @@ class DashboardEntry:
|
|||
@property
|
||||
def name(self):
|
||||
if self.storage is None:
|
||||
return self.filename[: -len(".yaml")]
|
||||
return self.filename.removesuffix(".yml").removesuffix(".yaml")
|
||||
return self.storage.name
|
||||
|
||||
@property
|
||||
|
|
|
@ -11,4 +11,4 @@ ifaddr==0.1.7
|
|||
platformio==5.1.1
|
||||
esptool==3.1
|
||||
click==7.1.2
|
||||
esphome-dashboard==20210826.0
|
||||
esphome-dashboard==20210908.0
|
||||
|
|
Loading…
Reference in a new issue