mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 05:24:53 +01:00
Remove removesuffix
This commit is contained in:
parent
f87a701b28
commit
4356581db0
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ class DashboardEntry:
|
|||
@property
|
||||
def name(self):
|
||||
if self.storage is None:
|
||||
return self.filename.removesuffix(".yml").removesuffix(".yaml")
|
||||
return self.filename.replace(".yml", "").replace(".yaml", "")
|
||||
return self.storage.name
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in a new issue