This commit is contained in:
Pascal Vizeli
2019-09-11 16:37:49 +02:00
committed by GitHub
parent 02d4045ec3
commit db9d0f2639
6 changed files with 24 additions and 7 deletions

View File

@@ -351,7 +351,7 @@ class Addon(AddonModel):
options = self.options
try:
schema(options)
options = schema(options)
write_json_file(self.path_options, options)
except vol.Invalid as ex:
_LOGGER.error(