Skip to content

Commit

Permalink
Fix child lock flow filters
Browse files Browse the repository at this point in the history
  • Loading branch information
JELoohuis committed Sep 6, 2024
1 parent 433de2d commit ecb1ee4
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 ecb1ee4

Please sign in to comment.