Skip to content

Commit

Permalink
Merge pull request athombv#203 from Drenso/fix-child-lock-flows
Browse files Browse the repository at this point in the history
Fix child lock flow filters
  • Loading branch information
bobvandevijver authored Sep 6, 2024
2 parents 433de2d + ecb1ee4 commit 98720e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .homeycompose/flow/triggers/child_lock_false.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "heater",
"driver_id": "fan|heater|socket",
"capabilities": "child_lock"
},
"title": {
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/flow/triggers/child_lock_true.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "heater",
"driver_id": "fan|heater|socket",
"capabilities": "child_lock"
},
"title": {
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "heater",
"driver_id": "fan|heater|socket",
"capabilities": "child_lock"
},
"title": {
Expand All @@ -337,7 +337,7 @@
"name": "device",
"type": "device",
"filter": {
"driver_id": "heater",
"driver_id": "fan|heater|socket",
"capabilities": "child_lock"
},
"title": {
Expand Down

0 comments on commit 98720e7

Please sign in to comment.