Skip to content

Commit

Permalink
Release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Nov 29, 2024
1 parent e78452b commit 5a7954a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/automations.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class AutomationsExtension {
this.triggerForTimeouts = {};
this.turnOffAfterTimeouts = {};
this.automationsTopic = 'zigbee2mqtt-automations';
// eslint-disable-next-line no-useless-escape
this.topicRegex = new RegExp(`^${this.automationsTopic}\/(.*)`);
this.logger.info(`[Automations] Loading automation.js`);
if (!this.parseConfig())
Expand Down

0 comments on commit 5a7954a

Please sign in to comment.