Skip to content

Commit

Permalink
fix bath2 auto lights off
Browse files Browse the repository at this point in the history
  • Loading branch information
groupsky committed May 13, 2024
1 parent eca7b8a commit a12551b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/automations/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ module.exports = {
listenTopic: `${featuresPrefix}/light/bath2_ceiling_light/status`,
listenFilter: (payload) => payload.state,
timeout: 12 * 60000,
outputTopic: `${featuresPrefix}/light/bath2_ceiling_light/set`,
outputMessage: { state: false },
emitTopic: `${featuresPrefix}/light/bath2_ceiling_light/set`,
emitValue: { state: false },
},
lightOnBath3OnLock: {
type: 'emit-on-di',
Expand Down

0 comments on commit a12551b

Please sign in to comment.