Skip to content

Commit

Permalink
Highlight the deprecated flow via the flow title
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikvl87 committed Nov 4, 2024
1 parent 4a5825a commit 6e14c3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .homeycompose/flow/conditions/zone-inactive-for-minutes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"deprecated": true,
"titleFormatted": {
"en": "The zone [[zone]] is !{{inactive|active}} for at least [[minutes]] minutes",
"nl":"De zone [[zone]] is !{{inactief|actief}} voor minstens [[minutes]] minuten"
"en": "[DEPRECATED] The zone [[zone]] is !{{inactive|active}} for at least [[minutes]] minutes",
"nl": "[DEPRECATED] De zone [[zone]] is !{{inactief|actief}} voor minstens [[minutes]] minuten"
},
"hint": {
"en": "[DEPRECATED] This condition will pass when (no) activity has been detected in a specific zone for a specific amount of time.",
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@
},
"deprecated": true,
"titleFormatted": {
"en": "The zone [[zone]] is !{{inactive|active}} for at least [[minutes]] minutes",
"nl": "De zone [[zone]] is !{{inactief|actief}} voor minstens [[minutes]] minuten"
"en": "[DEPRECATED] The zone [[zone]] is !{{inactive|active}} for at least [[minutes]] minutes",
"nl": "[DEPRECATED] De zone [[zone]] is !{{inactief|actief}} voor minstens [[minutes]] minuten"
},
"hint": {
"en": "[DEPRECATED] This condition will pass when (no) activity has been detected in a specific zone for a specific amount of time.",
Expand Down

0 comments on commit 6e14c3d

Please sign in to comment.