[fix] App Config Panel path

This commit is contained in:
ljf 2021-10-14 17:23:51 +02:00
parent 4532c75f29
commit 2f0bf90cda

View file

@ -1610,7 +1610,7 @@ def app_config_set(
class AppConfigPanel(ConfigPanel):
entity_type = "app"
save_path_tpl = os.path.join(APPS_SETTING_PATH, "{entity}/settings.yml")
config_path_tpl = os.path.join(APPS_SETTING_PATH, "{entity}/config_panel.yml")
config_path_tpl = os.path.join(APPS_SETTING_PATH, "{entity}/config_panel.toml")
def _load_current_values(self):
self.values = self._call_config_script("show")