mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 09:01:49 +00:00 
			
		
		
		
	Bump dashboard to 20210908.0 and fix card names for yml (#2258)
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user