mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 00:56:29 +00:00
Fix path
This commit is contained in:
parent
1e4ed9c9d1
commit
d2f8e35622
@ -338,7 +338,7 @@ class AddonsData(Config):
|
|||||||
|
|
||||||
def path_addon_options(self, addon):
|
def path_addon_options(self, addon):
|
||||||
"""Return path to addons options."""
|
"""Return path to addons options."""
|
||||||
return Path(self.path_data, addon, "options.json")
|
return Path(self.path_data(addon), addon, "options.json")
|
||||||
|
|
||||||
def write_addon_options(self, addon):
|
def write_addon_options(self, addon):
|
||||||
"""Return True if addon options is written to data."""
|
"""Return True if addon options is written to data."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user