1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Update Gitlab CI

This commit is contained in:
Otto Winter
2019-02-13 21:14:03 +01:00
parent 0a4d49accb
commit 5e61014e98
4 changed files with 257 additions and 23 deletions

View File

@@ -322,7 +322,7 @@ class EsphomeCore(object):
if 'ethernet' in self.config:
return self.config['ethernet'][CONF_USE_ADDRESS]
raise EsphomeError("No network configured")
return None
@property
def esphome_core_version(self): # type: () -> Dict[str, str]