mirror of
https://github.com/esphome/esphome.git
synced 2025-02-19 03:18:14 +00:00
[core] Fix `config_dir
` for dashboard (#8242)
This commit is contained in:
parent
c8e7e275a4
commit
4740f12ce8
@ -582,7 +582,7 @@ class EsphomeCore:
|
||||
|
||||
@property
|
||||
def config_dir(self):
|
||||
return os.path.dirname(os.path.abspath(self.config_path))
|
||||
return os.path.abspath(os.path.dirname(self.config_path))
|
||||
|
||||
@property
|
||||
def data_dir(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user