mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 10:10:56 +00:00
Bump dashboard to 20210908.0 and fix card names for yml (#2258)
This commit is contained in:
parent
fa2eb46cd6
commit
f87a701b28
@ -431,7 +431,7 @@ class DashboardEntry:
|
|||||||
@property
|
@property
|
||||||
def name(self):
|
def name(self):
|
||||||
if self.storage is None:
|
if self.storage is None:
|
||||||
return self.filename[: -len(".yaml")]
|
return self.filename.removesuffix(".yml").removesuffix(".yaml")
|
||||||
return self.storage.name
|
return self.storage.name
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
@ -11,4 +11,4 @@ ifaddr==0.1.7
|
|||||||
platformio==5.1.1
|
platformio==5.1.1
|
||||||
esptool==3.1
|
esptool==3.1
|
||||||
click==7.1.2
|
click==7.1.2
|
||||||
esphome-dashboard==20210826.0
|
esphome-dashboard==20210908.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user