Skip to content

Commit

Permalink
Update notifier_dispatch.py - "/homeassistant" patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jumping2000 committed Dec 6, 2023
1 parent 87bdc12 commit 4383940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/notifier/notifier_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def initialize(self):

#### FROM CONFIGURATION BLUEPRINT ###
self.config = self.get_plugin_config()
self.config_dir = self.config["config_dir"]
self.config_dir = "/homeassistant" #self.config["config_dir"]
self.log(f"configuration dir: {self.config_dir}")
### FROM SENSOR CONFIG
sensor_config = self.get_state("sensor.notifier_config", attribute="all", default={})
Expand Down

0 comments on commit 4383940

Please sign in to comment.