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