Skip to content

Commit

Permalink
Update notifier_dispatch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jumping2000 authored Jun 24, 2023
1 parent 525b9c6 commit c68d09b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/notifier/notifier_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ def package_download(self, delay):
self._create_folder(cn_path)
self._rename_file(cn_path,FILE_RENAME,".OLD") #<-- rinomino alcuni file di interesse
self.get_zip_file(FILE_NAMES) # <-- scarico ZIP
if "alexa_media" not in self.config["components"]:
self._rename_file(cn_path,"hub_alexa.yaml",".old")
if "cast" not in self.config["components"]:
self._rename_file(cn_path,"hub_google.yaml",".old")
self._create_folder(blueprints_path)
self._move_file(cn_path, blueprints_path, FILE_STARTUP)
###################################################
Expand Down

0 comments on commit c68d09b

Please sign in to comment.